libav: link with libavcodec
This commit is contained in:
parent
d262726729
commit
c5d889f692
1 changed files with 8 additions and 0 deletions
8
configure
vendored
8
configure
vendored
|
@ -108,6 +108,14 @@ fi
|
|||
if enabled_or_auto libav; then
|
||||
has_libav=true
|
||||
|
||||
if $has_libav && ! check_pkg libavcodec "<=55.0.0"; then
|
||||
has_libav=false
|
||||
fi
|
||||
|
||||
if $has_libav && ! check_pkg libavcodec ">=52.96.0"; then
|
||||
has_libav=false
|
||||
fi
|
||||
|
||||
if $has_libav && ! check_pkg libavutil ">=50.43.0"; then
|
||||
has_libav=false
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue