Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-07-09 00:02:57 +0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-07-10 23:12:05 +0400
commit2ea60971dca9904f056020a54a8476e49f904f3f (patch)
treea72de6bba7660cfa728610b70332819cb73a8b96 /tests/fate.sh
parent45119739019e806d2af8c3a019151d0943f6de96 (diff)
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-xtests/fate.sh1
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"} \