Module: libav
Branch: master
Commit: 23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac

Author:    Janne Grunau <[email protected]>
Committer: Janne Grunau <[email protected]>
Date:      Mon Aug  4 10:04:08 2014 +0200

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.

---

 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
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to