[xiph-commits] r7423 - icecast/trunk/ices0/src
brendan at motherfish-iii.xiph.org
brendan
Thu Aug 5 19:04:22 PDT 2004
Author: brendan
Date: Thu Aug 5 19:04:22 2004
New Revision: 7423
Modified:
icecast/trunk/ices0/src/setup.c
Log:
Display MP4 in feature list for ices -V
Modified: icecast/trunk/ices0/src/setup.c
===================================================================
--- icecast/trunk/ices0/src/setup.c 2004-07-30 19:01:49 UTC (rev 7422)
+++ icecast/trunk/ices0/src/setup.c 2004-07-30 22:38:09 UTC (rev 7423)
@@ -592,6 +592,9 @@
#ifdef HAVE_LIBVORBISFILE
"Vorbis "
#endif
+#ifdef HAVE_LIBFAAD
+ "MP4"
+#endif
"\n"
"System configuration file: " ICES_ETCDIR "/ices.conf\n"
#if defined (HAVE_LIBPERL) || defined (HAVE_LIBPYTHON)
More information about the commits
mailing list