[FFmpeg-cvslog] fate: Always enable avresample
Derek Buitenhuis
git at videolan.org
Wed Jul 10 21:12:20 CEST 2013
ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Mon Jul 8 16:02:57 2013 -0400| [2ea60971dca9904f056020a54a8476e49f904f3f] | committer: Derek Buitenhuis
fate: Always enable avresample
There's no reason we shouldn't be testing it.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ea60971dca9904f056020a54a8476e49f904f3f
---
tests/fate.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/fate.sh b/tests/fate.sh
index a401f9d..1757714 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"} \
More information about the ffmpeg-cvslog
mailing list