diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-02-10 09:57:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-11 02:54:09 +0100 |
commit | 4c2ce5900f5e1861a7ce01c1cba12ea10040b5a5 (patch) | |
tree | 7f7a9e882018fa2dc113bd9628d6a51ecd25a9dd | |
parent | 1a089285386decf7c41321f45e306c5d0c2ada82 (diff) | |
download | ffmpeg-4c2ce5900f5e1861a7ce01c1cba12ea10040b5a5.tar.gz |
document passing the fate samples location via make variable
(cherry picked from commit 5c19f64c600ece050a1deb27f53963e4416beb31)
-rw-r--r-- | doc/build_system.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/build_system.txt b/doc/build_system.txt index b22ff8487d..8a200695a5 100644 --- a/doc/build_system.txt +++ b/doc/build_system.txt @@ -4,6 +4,8 @@ some of its obscure features and options. Options to make: make V=1 <target> Build target with verbosity 1, instead of 1, 2 can be used too +make SAMPLES=<path to the fate samples> <target> + specify the path to the fate samples at make time Useful standard make commands: @@ -31,4 +33,5 @@ fate Setting up local fate: use the following command to get the fate test samples rsync -aL rsync://rsync.mplayerhq.hu:/samples/fate-suite/ fate/fate-suite -pass --samples=<path to the samples> to configure +pass --samples=<path to the samples> to configure or pass the path with the +SAMPLES variable to make |