diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-02-26 11:50:35 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-02-26 12:52:13 +0000 |
commit | 52b3cc6047e2b93e8a798734c65904243c1a7be3 (patch) | |
tree | 5e6ccda16ba4e3d059ea083f54be604626b4bf2f | |
parent | aa3805a486831d9c9e40cc9e897c048d60b51c1a (diff) | |
download | ffmpeg-52b3cc6047e2b93e8a798734c65904243c1a7be3.tar.gz |
configure: document FATE_SAMPLES env var in --help text
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -243,7 +243,8 @@ Developer options (useful when working on FFmpeg itself): --disable-optimizations disable compiler optimizations --enable-extra-warnings enable more compiler warnings --disable-stripping disable stripping of executables and shared libraries - --samples=PATH location of test samples for FATE + --samples=PATH location of test samples for FATE, if not set use + \$FATE_SAMPLES at make invocation time. NOTE: Object files are built at the place where configure is launched. EOF |