From: Jean-Baptiste Kempf Date: Fri, 16 Apr 2010 13:38:56 +0000 (+0200) Subject: Check for avcodec version also in configure X-Git-Tag: 1.2.0-pre1~7040 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d8b153f8a487ae1da3957062b885c577beac9650;p=vlc Check for avcodec version also in configure --- diff --git a/configure.ac b/configure.ac index e2deb159f9..651e174a3b 100644 --- a/configure.ac +++ b/configure.ac @@ -2667,7 +2667,7 @@ AC_ARG_ENABLE(avcodec, [ --enable-avcodec libavcodec codec (default enabled)]) if test "${enable_avcodec}" != "no" then - PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 51.48.0 libavutil], + PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 52.2.0 libavutil], [ VLC_SAVE_FLAGS CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"