From 98826e3422c227c60a3ac8eeaa4ae54b9ad1470d Mon Sep 17 00:00:00 2001 From: Dreamcat4 Date: Tue, 5 Aug 2014 15:06:45 +0100 Subject: [PATCH] Take any newer libav version, not just up to 56.0.0 --- configure | 8 -------- 1 file changed, 8 deletions(-) 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