From 5ba4b661167ea6a2903955517f64831673a1725a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Sat, 12 Jan 2013 15:50:32 +0100 Subject: [PATCH] libav: detect versions that are to old for libav muxing --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4bdd99ce..e9bc7e4e 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