libav: detect versions that are to old for libav muxing

This commit is contained in:
John Törnblom 2013-01-12 15:50:32 +01:00
parent b66edd471d
commit 5ba4b66116

2
configure vendored
View file

@ -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