diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-05-20 16:10:42 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-05-21 08:51:49 +0200 |
commit | 9309bdfe2ce59aa047b9a25e70a948c7ca9e8b76 (patch) | |
tree | 6047396680386a3462171d0cb89e3ed95f6f2922 /doc/fate.texi | |
parent | e9cef89702e2bde918102e784c6b75a7979e85d1 (diff) | |
download | ffmpeg-9309bdfe2ce59aa047b9a25e70a948c7ca9e8b76.tar.gz |
fate: change name of FATE samples location environment variable
FATE_SAMPLES is now used directly by the Makefiles, which induces the test
system to run a test with the value of the environment variable as name.
Renaming the environment variable to LIBAV_SAMPLES avoids this problem.
Diffstat (limited to 'doc/fate.texi')
-rw-r--r-- | doc/fate.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fate.texi b/doc/fate.texi index 5489d95133..b69301ac84 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -26,7 +26,7 @@ that is provided separately from the actual source distribution. To inform the build system about the testsuite location, pass @option{--samples=<path to the samples>} to @command{configure} or set the -@var{SAMPLES} Make variable or the @var{FATE_SAMPLES} environment variable +@var{SAMPLES} Make variable or the @var{LIBAV_SAMPLES} environment variable to a suitable value. The dataset is available through @command{rsync}, is possible to fetch |