[FFmpeg-cvslog] fate: explicitly set the default THREADS value
Janne Grunau
git at videolan.org
Mon Aug 4 14:32:09 CEST 2014
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Mon Aug 4 10:04:08 2014 +0200| [23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac] | committer: Janne Grunau
fate: explicitly set the default THREADS value
This makes the default of '1' more explicit than defaulting to '1' in
fate-run.sh and regression-funcs.sh if THREADS is not set.
Fixes the reported thread count in fate-cpu if THREADS is not set.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac
---
tests/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/Makefile b/tests/Makefile
index 6a0def9..5fad291 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,3 +1,4 @@
+THREADS = 1
VREF = tests/vsynth1/00.pgm
AREF = tests/data/asynth1.sw
More information about the ffmpeg-cvslog
mailing list