[xiph-commits] r13611 - trunk/ezstream
moritz at svn.xiph.org
moritz at svn.xiph.org
Fri Aug 24 05:37:09 PDT 2007
Author: moritz
Date: 2007-08-24 05:37:09 -0700 (Fri, 24 Aug 2007)
New Revision: 13611
Modified:
trunk/ezstream/README
Log:
Mention optional iconv() dependency.
Modified: trunk/ezstream/README
===================================================================
--- trunk/ezstream/README 2007-08-24 12:09:03 UTC (rev 13610)
+++ trunk/ezstream/README 2007-08-24 12:37:09 UTC (rev 13611)
@@ -40,6 +40,8 @@
* TagLib 1.x (1.4 or newer recommended, will be used via the libtag_c
wrapper)
(http://developer.kde.org/~wheeler/taglib.html)
+ * Libiconv, if iconv() is not available in the system libc.
+ (http://www.gnu.org/software/libiconv/)
@@ -55,6 +57,10 @@
example configuration files installation directory
(default: DATADIR/examples/ezstream)
--enable-debug enable memory debugging (default: no)
+ --with-libiconv-prefix[=DIR]
+ search for libiconv in DIR/include and DIR/lib
+ --without-libiconv-prefix
+ don't search for libiconv in includedir and libdir
--with-taglib=PREFIX Prefix where TagLib is installed (default:
autodetect)
--with-ogg=PREFIX Prefix where libogg is installed (optional)
More information about the commits
mailing list