From 0c95e139a989ec3b18e97c3aab87adbe028d6185 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Oct 2012 21:45:30 +0100 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3