Take any newer libav version, not just up to 56.0.0
This commit is contained in:
parent
e0a5d06f0f
commit
98826e3422
1 changed files with 0 additions and 8 deletions
8
configure
vendored
8
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue