[xiph-cvs] cvs commit: ices/src definitions.h setup.c
Brendan
brendan at xiph.org
Sun Nov 23 18:25:31 PST 2003
brendan 03/11/23 21:25:31
Modified: src definitions.h setup.c
Log:
Add -t flag to usage()
Make default protocol 'http', as man page already indicates
Revision Changes Path
1.15 +1 -1 ices/src/definitions.h
Index: definitions.h
===================================================================
RCS file: /cvs/ice/ices/src/definitions.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -u -r1.14 -r1.15
--- definitions.h 19 Jun 2003 22:17:27 -0000 1.14
+++ definitions.h 24 Nov 2003 02:25:31 -0000 1.15
@@ -115,7 +115,7 @@
#define ICES_DEFAULT_PORT 8000
#define ICES_DEFAULT_MOUNT "/ices"
#define ICES_DEFAULT_PASSWORD "letmein"
-#define ICES_DEFAULT_PROTOCOL xaudiocast_protocol_e
+#define ICES_DEFAULT_PROTOCOL http_protocol_e
#define ICES_DEFAULT_NAME "Default stream name"
#define ICES_DEFAULT_GENRE "Default genre"
#define ICES_DEFAULT_DESCRIPTION "Default description"
<p><p>1.48 +1 -0 ices/src/setup.c
Index: setup.c
===================================================================
RCS file: /cvs/ice/ices/src/setup.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -u -r1.47 -r1.48
--- setup.c 9 Jul 2003 00:47:04 -0000 1.47
+++ setup.c 24 Nov 2003 02:25:31 -0000 1.48
@@ -545,6 +545,7 @@ ices_setup_usage (void)
printf ("\t-r (randomize playlist)\n");
printf ("\t-s (private stream)\n");
printf ("\t-S <perl|python|builtin>\n");
+ printf ("\t-t <http|xaudiocast|icy>\n");
printf ("\t-u <stream url>\n");
printf ("\t-v (verbose output)\n");
printf ("\t-H <reencoded sample rate>\n");
<p><p>--- >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