[xiph-commits] r9622 - trunk/vorbis-tools
msmith at svn.xiph.org
msmith at svn.xiph.org
Mon Jul 25 03:26:18 PDT 2005
Author: msmith
Date: 2005-07-25 03:26:15 -0700 (Mon, 25 Jul 2005)
New Revision: 9622
Modified:
trunk/vorbis-tools/configure.ac
Log:
Update the vorbis version required by vorbis-tools, as we don't compile
against older releases any more (due to updates in oggenc)
Modified: trunk/vorbis-tools/configure.ac
===================================================================
--- trunk/vorbis-tools/configure.ac 2005-07-25 02:40:59 UTC (rev 9621)
+++ trunk/vorbis-tools/configure.ac 2005-07-25 10:26:15 UTC (rev 9622)
@@ -125,7 +125,7 @@
if test "x$HAVE_PKG_CONFIG" = "xyes"
then
- PKG_CHECK_MODULES(VORBIS, vorbis >= 1.0.1, HAVE_VORBIS=yes, HAVE_VORBIS=no)
+ PKG_CHECK_MODULES(VORBIS, vorbis >= 1.1.1, HAVE_VORBIS=yes, HAVE_VORBIS=no)
dnl also set VORBISENC_LIBS since an examples needs it
dnl the old .m4 sets this to a value to use on top of VORBIS_LIBS,
dnl so we do the same here.
More information about the commits
mailing list