From 018f39ef496c768f7cd580a96ae971e03c78205e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 5 Mar 2012 08:05:56 +0100 Subject: FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option. --- doc/fate.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/fate.texi') diff --git a/doc/fate.texi b/doc/fate.texi index b4f520fef9..c1011e73f8 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -75,10 +75,12 @@ meaning only while running the regression tests. @item THREADS Specify how many threads to use while running regression tests, it is quite useful to detect thread-related regressions. +@item CPUFLAGS +Specify a mask to be applied to autodetected CPU flags. @end table @example - make V=1 SAMPLES=/var/fate/samples THREADS=2 fate + make V=1 SAMPLES=/var/fate/samples THREADS=2 CPUFLAGS=mmx fate @end example @chapter Automated Tests -- cgit v1.2.3