Commit d8b153f8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Check for avcodec version also in configure

parent ad0b21e0
......@@ -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}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment