From: Mans Rullgard Date: Sat, 26 Feb 2011 11:51:18 +0000 (+0000) Subject: fate: get samples location from env var if not explicitly set X-Git-Tag: android-x86-4.4-r1~18282 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1a9fc2b93be18b4b20310cca23e062133a798426;p=android-x86%2Fexternal-ffmpeg.git fate: get samples location from env var if not explicitly set Use the FATE_SAMPLES environment variable if samples location is not set with the --samples configure option or on the make command line. Signed-off-by: Mans Rullgard (cherry picked from commit aa3805a486831d9c9e40cc9e897c048d60b51c1a) --- diff --git a/configure b/configure index c3c2027410..b9252fa0e8 100755 --- a/configure +++ b/configure @@ -3258,7 +3258,7 @@ SLIB_CREATE_DEF_CMD=${SLIB_CREATE_DEF_CMD} SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD} SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD} SLIB_UNINSTALL_EXTRA_CMD=${SLIB_UNINSTALL_EXTRA_CMD} -SAMPLES=$samples +SAMPLES=${samples:-\$(FATE_SAMPLES)} EOF get_version(){