diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-08-04 10:04:08 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-08-04 12:20:56 +0200 |
commit | 23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac (patch) | |
tree | a60a165b211f9990842e41971b02e2ff4bc9212a /tests/Makefile | |
parent | eb9244f20210fd420fb9b3c98126f9cae525d1cc (diff) | |
download | ffmpeg-streaming-23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac.zip ffmpeg-streaming-23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac.tar.gz |
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.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |