libav: link with libavcodec

This commit is contained in:
John Törnblom 2013-01-09 23:01:11 +01:00
parent d262726729
commit c5d889f692

8
configure vendored
View file

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