From 402adb57de2d9167275222399fdbbc03234990a2 Mon Sep 17 00:00:00 2001 From: Andre Pang Date: Tue, 11 Jan 2005 16:04:09 +0000 Subject: [PATCH] * configure.ac: Require libtheora 1.0alpha4 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1fba15b7c1..dfe6c36d14 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ]) -- 2.39.2