[FFmpeg-devel] [PATCH] document passing the fate samples location via make variable

Janne Grunau janne-ffmpeg
Thu Feb 10 09:58:06 CET 2011


---
 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 b22ff84..cb6cd20 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 passing the path with the
+SAMPLES variable to make
-- 
1.7.4




More information about the ffmpeg-devel mailing list