]> git.sesse.net Git - vlc/commitdiff
* configure.ac: Require libtheora 1.0alpha4
authorAndre Pang <andrep@videolan.org>
Tue, 11 Jan 2005 16:04:09 +0000 (16:04 +0000)
committerAndre Pang <andrep@videolan.org>
Tue, 11 Jan 2005 16:04:09 +0000 (16:04 +0000)
configure.ac

index 1fba15b7c117d0df55d172b6d59463a4bd284565..dfe6c36d1432330f480fe997909c10acb3099262 100644 (file)
@@ -2425,7 +2425,7 @@ AC_ARG_ENABLE(theora,
 if test "${enable_theora}" = "yes"
 then
   AC_CHECK_HEADERS(theora/theora.h, [
-    AC_CHECK_LIB(theora, theora_granule_time, [
+    AC_CHECK_LIB(theora, theora_packet_iskeyframe, [
       if test "${SYS}" = "mingw32"; then
         VLC_ADD_PLUGINS([theora])
       else
@@ -2433,7 +2433,7 @@ then
       fi
       theora_libs="-ltheora -logg"
       VLC_ADD_LDFLAGS([theora],[${theora_libs}]) ],[
-      AC_MSG_ERROR([libtheora doesn't appear to be installed on you system.
+      AC_MSG_ERROR([libtheora >= 1.0alpha4 doesn't appear to be installed on your system.
 You also need to check that you have a libogg posterior to the 1.0 release.])],
       [-logg])
   ])