diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-07-08 16:02:57 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-07-10 15:12:05 -0400 |
commit | 2ea60971dca9904f056020a54a8476e49f904f3f (patch) | |
tree | a72de6bba7660cfa728610b70332819cb73a8b96 /tests/fate.sh | |
parent | 45119739019e806d2af8c3a019151d0943f6de96 (diff) | |
download | ffmpeg-2ea60971dca9904f056020a54a8476e49f904f3f.tar.gz |
fate: Always enable avresample
There's no reason we shouldn't be testing it.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-x | tests/fate.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate.sh b/tests/fate.sh index a401f9d72b..17577141ec 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -46,6 +46,7 @@ configure()( --samples="${samples}" \ --enable-gpl \ --enable-memory-poisoning \ + --enable-avresample \ ${arch:+--arch=$arch} \ ${cpu:+--cpu="$cpu"} \ ${cross_prefix:+--cross-prefix="$cross_prefix"} \ |