diff --git a/configure b/configure index 0e3d2ec6..0cc5275e 100755 --- a/configure +++ b/configure @@ -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