Take any newer libav version, not just up to 56.0.0

This commit is contained in:
Dreamcat4 2014-08-05 15:06:45 +01:00 committed by Jaroslav Kysela
parent e0a5d06f0f
commit 98826e3422

8
configure vendored
View file

@ -245,10 +245,6 @@ fi
if enabled_or_auto libav; then
has_libav=true
if $has_libav && ! check_pkg libavcodec "<=56.0.0"; then
has_libav=false
fi
if $has_libav && ! check_pkg libavcodec ">=52.96.0"; then
has_libav=false
fi
@ -257,10 +253,6 @@ if enabled_or_auto libav; then
has_libav=false
fi
if $has_libav && ! check_pkg libavformat "<=56.0.0"; then
has_libav=false
fi
if $has_libav && ! check_pkg libavformat ">=53.10.0"; then
has_libav=false
fi