Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Take any newer libav version, not just up to 56.0.0
  • Loading branch information
dreamcat4 authored and perexg committed Aug 6, 2014
1 parent e0a5d06 commit 98826e3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions configure
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 98826e3

Please sign in to comment.