summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-28 21:45:30 +0100
committerwm4 <wm4@nowhere>2012-10-30 19:50:24 +0100
commit0c95e139a989ec3b18e97c3aab87adbe028d6185 (patch)
tree0d00dd76d120a01b7cc51c8363cfdf6a13727044
parent13e84fbcec6c06a5e07315eaf7dfd161da8afb51 (diff)
downloadmpv-0c95e139a989ec3b18e97c3aab87adbe028d6185.tar.bz2
mpv-0c95e139a989ec3b18e97c3aab87adbe028d6185.tar.xz
configure: bump required ffmpeg library versions
libavutil: for av_get_packed_sample_fmt() libavcodec: for avcodec_encode_video2() It's actually untested whether these are really the minimum required versions. I didn't want to bump them further yet.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3af45d6798..8f7a2a0407 100755
--- a/configure
+++ b/configure
@@ -2941,7 +2941,7 @@ echores "$_lcms2"
# Test with > against Libav 0.8 versions which will NOT work rather than
# specify minimum version, to allow (future) point releases to possibly work.
-all_libav_libs="libavutil > 51.21.0:libavcodec > 53.34.0:libavformat > 53.20.0:libswscale >= 2.0.0"
+all_libav_libs="libavutil > 51.26.0:libavcodec > 54.00.0:libavformat > 53.20.0:libswscale >= 2.0.0"
echocheck "Libav ($all_libav_libs)"
if test "$ffmpeg" = auto ; then
IFS=":" # shell should not be used for programming