[xiph-commits] r9782 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Sat Aug 20 10:32:29 PDT 2005
Author: giles
Date: 2005-08-20 10:32:28 -0700 (Sat, 20 Aug 2005)
New Revision: 9782
Modified:
trunk/theora/configure.ac
Log:
Clarify the ogg version required.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2005-08-20 17:13:58 UTC (rev 9781)
+++ trunk/theora/configure.ac 2005-08-20 17:32:28 UTC (rev 9782)
@@ -142,7 +142,7 @@
CFLAGS="$CFLAGS $OGG_CFLAGS"
LIBS="$LIBS $OGG_LIBS"
AC_CHECK_FUNC(oggpackB_read, , [
- AC_MSG_ERROR([newer libogg version (>1.0) required])
+ AC_MSG_ERROR([newer libogg version (1.1 or later) required])
])
CFLAGS=$cflags_save
LIBS=$libs_save
More information about the commits
mailing list