[FFmpeg-cvslog] fate: allow overriding default build and install dirs

Mans Rullgard git at videolan.org
Sat May 21 05:36:09 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri May 20 12:06:51 2011 +0100| [eb8da636af0652a4865055c237a76caff02b98bf] | committer: Mans Rullgard

fate: allow overriding default build and install dirs

This is useful e.g. for building in a different filesystem than
where the source is kept.

Signed-off-by: Mans Rullgard <mans at mansr.com>

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

 tests/fate.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/fate.sh b/tests/fate.sh
index 6f0e0ff..c522269 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -91,8 +91,8 @@ lock ${workdir}     || die "${workdir} locked"
 cd ${workdir}       || die "cd ${workdir} failed"
 
 src=${workdir}/src
-build=${workdir}/build
-inst=${workdir}/install
+: ${build:=${workdir}/build}
+: ${inst:=${workdir}/install}
 
 test -d "$src" && update || checkout || die "Error fetching source"
 



More information about the ffmpeg-cvslog mailing list