[FFmpeg-cvslog] fate: change name of FATE samples location environment variable

Diego Biurrun git at videolan.org
Tue May 22 00:04:48 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun May 20 16:10:42 2012 +0200| [9309bdfe2ce59aa047b9a25e70a948c7ca9e8b76] | committer: Diego Biurrun

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9309bdfe2ce59aa047b9a25e70a948c7ca9e8b76
---

 configure     |    4 ++--
 doc/fate.texi |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index f6cb0e2..b81394d 100755
--- a/configure
+++ b/configure
@@ -258,7 +258,7 @@ Developer options (useful when working on Libav itself):
   --disable-optimizations  disable compiler optimizations
   --enable-extra-warnings  enable more compiler warnings
   --samples=PATH           location of test samples for FATE, if not set use
-                           \$FATE_SAMPLES at make invocation time.
+                           \$LIBAV_SAMPLES at make invocation time.
   --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;
                            should be used only for debugging purposes)
 
@@ -3374,7 +3374,7 @@ SLIB_INSTALL_NAME=${SLIB_INSTALL_NAME}
 SLIB_INSTALL_LINKS=${SLIB_INSTALL_LINKS}
 SLIB_INSTALL_EXTRA_LIB=${SLIB_INSTALL_EXTRA_LIB}
 SLIB_INSTALL_EXTRA_SHLIB=${SLIB_INSTALL_EXTRA_SHLIB}
-SAMPLES:=${samples:-\$(FATE_SAMPLES)}
+SAMPLES:=${samples:-\$(LIBAV_SAMPLES)}
 EOF
 
 get_version(){
diff --git a/doc/fate.texi b/doc/fate.texi
index 5489d95..b69301a 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
- at var{SAMPLES} Make variable or the @var{FATE_SAMPLES} environment variable
+ at 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



More information about the ffmpeg-cvslog mailing list