]> git.sesse.net Git - vlc/commitdiff
Configure: allow older versions for libavcodec
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 12 Mar 2013 14:50:45 +0000 (15:50 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 12 Mar 2013 15:48:17 +0000 (16:48 +0100)
configure.ac

index d4e1e896b4c254554903592ca767b57a7e75ec26..52d2341beab824831b05ae18f2f1b30726f666ee 100644 (file)
@@ -2219,7 +2219,7 @@ dnl
 AC_ARG_ENABLE(avcodec,
 [  --enable-avcodec        libavcodec codec (default enabled)])
 AS_IF([test "${enable_avcodec}" != "no"], [
-  PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 54.25.0 libavutil >= 51.22.0], [
+  PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 53.34.0 libavutil >= 51.22.0], [
     AS_IF([test "${enable_sout}" != "no"], [
       PKG_CHECK_EXISTS([libavcodec < 55],, [
         AC_MSG_ERROR([libavcodec version 55 requires --disable-sout.])