libav: detect versions that are to old for libav muxing
This commit is contained in:
parent
b66edd471d
commit
5ba4b66116
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue