From: John Törnblom Date: Sat, 12 Jan 2013 14:50:32 +0000 (+0100) Subject: libav: detect versions that are to old for libav muxing X-Git-Tag: v3.5~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba4b661167ea6a2903955517f64831673a1725a;p=thirdparty%2Ftvheadend.git libav: detect versions that are to old for libav muxing --- diff --git a/configure b/configure index 4bdd99ce3..e9bc7e4e7 100755 --- a/configure +++ b/configure @@ -127,7 +127,7 @@ if enabled_or_auto libav; then has_libav=false fi - if $has_libav && ! check_pkg libavformat ">=50.43.0"; then + if $has_libav && ! check_pkg libavformat ">=53.10.0"; then has_libav=false fi