]> git.sesse.net Git - ffmpeg/blobdiff - doc/fate.texi
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / doc / fate.texi
index acb4bfe6a1610d249c52604bfde9b80ecf7d8910..07d8c53599d9d2c16f35851c5913245610d3f9ed 100644 (file)
@@ -166,9 +166,11 @@ the synchronisation of the samples directory.
 @item THREADS
     Specify how many threads to use while running regression tests, it is
     quite useful to detect thread-related regressions.
+@item CPUFLAGS
+    Specify CPU flags.
 @end table
 
 Example:
 @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