Commit 30e41ea8 authored by ramiro's avatar ramiro

Don't use shell syntax to set variables for make.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22471 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 75b19a3c
......@@ -424,8 +424,8 @@ as well.
Run 'make test' to test all the codecs and formats. Commands like
'make regtest-mpeg2' can be used to run a single test. By default,
make will abort if any test fails. To run all tests regardless,
use make -k. To get a more verbose output, use 'V=1 make test' or
'V=2 make test'.
use make -k. To get a more verbose output, use 'make V=1 test' or
'make V=2 test'.
Run 'make fulltest' to test all the codecs, formats and FFserver.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment