[SCM] libav/experimental: fate: explicitly set the default THREADS value

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:04:10 UTC 2014


The following commit has been merged in the experimental branch:
commit 23dfa00b88fc927d4c1854ab4fc60f5c6398f3ac
Author: Janne Grunau <janne-libav at jannau.net>
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.

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/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list