]> git.sesse.net Git - vlc/commitdiff
allow sout for avcodec>=55
authorIlkka Ollakka <ileoo@videolan.org>
Sat, 9 Mar 2013 12:02:25 +0000 (14:02 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 14 Mar 2013 09:58:31 +0000 (11:58 +0200)
configure.ac

index c5600478947f19e5749268e2a525d3e5b038f56d..ee8650e532b76e52ba0f159e4ffd241c5c7bd5c0 100644 (file)
@@ -2222,11 +2222,6 @@ AC_ARG_ENABLE(avcodec,
 [  --enable-avcodec        libavcodec codec (default enabled)])
 AS_IF([test "${enable_avcodec}" != "no"], [
   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.])
-      ])
-    ])
     PKG_CHECK_EXISTS([libavcodec < 56],, [
       AC_MSG_ERROR([libavcodec versions 56 and later are not supported yet.])
     ])