From: John Törnblom Date: Wed, 9 Jan 2013 22:01:11 +0000 (+0100) Subject: libav: link with libavcodec X-Git-Tag: v3.5~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d889f692cd3ecaae84555f8e05af41235079be;p=thirdparty%2Ftvheadend.git libav: link with libavcodec --- diff --git a/configure b/configure index d8cb01898..870f2a4ad 100755 --- a/configure +++ b/configure @@ -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