diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-03-05 08:05:56 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-03-06 15:03:36 +0100 |
commit | 018f39ef496c768f7cd580a96ae971e03c78205e (patch) | |
tree | 9153f5015053247fcdbebb91814129881a805906 /doc | |
parent | 4138cd29077de2fbca9c49e96f70d21a78e24e33 (diff) | |
download | ffmpeg-018f39ef496c768f7cd580a96ae971e03c78205e.tar.gz |
FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fate.texi | 4 |
1 files changed, 3 insertions, 1 deletions
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 |