summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-03-12 02:23:59 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-03-12 02:23:59 +0000
commit2972e36e274ee251711d229d5aa85b55b2d35f66 (patch)
treee20e7f37fd2086bd4e32ea47755eb2245071fc39 /doc
parent95c6b5ebc88532e6492845e3ad3579d551ff43e6 (diff)
Don't use shell syntax to set variables for make.
Originally committed as revision 22471 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 74153a457d..d28c9a43fa 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -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.