[xiph-cvs] cvs commit: ices/src im_sun.c
Michael Smith
msmith at xiph.org
Sun Oct 21 03:20:32 PDT 2001
msmith 01/10/21 03:20:31
Modified: src im_sun.c
Log:
metadata filename was missing from im_sun.c, oops.
Revision Changes Path
1.6 +3 -1 ices/src/im_sun.c
Index: im_sun.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/im_sun.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- im_sun.c 2001/10/21 02:10:08 1.5
+++ im_sun.c 2001/10/21 10:20:31 1.6
@@ -1,7 +1,7 @@
/* im_sun.c
* - Raw PCM input from Solaris audio devices
*
- * $Id: im_sun.c,v 1.5 2001/10/21 02:10:08 jack Exp $
+ * $Id: im_sun.c,v 1.6 2001/10/21 10:20:31 msmith Exp $
*
* by Ciaran Anscomb <ciarana at rd.bbc.co.uk>, based
* on im_oss.c which is...
@@ -181,6 +181,8 @@
device = current->value;
else if (!strcmp(current->name, "metadata"))
use_metadata = atoi(current->value);
+ else if(!strcmp(current->name, "metadatafilename"))
+ ices_config->metadata_filename = current->value;
else
LOG_WARN1("Unknown parameter %s for sun module", current->name);
current = current->next;
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list