[FFmpeg-cvslog] fate.sh: Allow specifying --as via a specific variable
Martin Storsjö
git at videolan.org
Wed May 29 11:25:34 CEST 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue May 28 23:00:54 2013 +0300| [d7b9b66abb251b20c3e838bb8365f0c0251134d7] | committer: Martin Storsjö
fate.sh: Allow specifying --as via a specific variable
This simplifies specifying a value containing spaces for this
parameter.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7b9b66abb251b20c3e838bb8365f0c0251134d7
---
doc/fate.texi | 1 +
tests/fate.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/doc/fate.texi b/doc/fate.texi
index f076acd..ec279a2 100644
--- a/doc/fate.texi
+++ b/doc/fate.texi
@@ -126,6 +126,7 @@ build_only= # set to "yes" for a compile-only instance that skips tests
arch=
cpu=
cross_prefix=
+as=
cc=
target_os=
sysroot=
diff --git a/tests/fate.sh b/tests/fate.sh
index ac31c0f..de59c22 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -48,6 +48,7 @@ configure()(
${arch:+--arch=$arch} \
${cpu:+--cpu="$cpu"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \
+ ${as:+--as="$as"} \
${cc:+--cc="$cc"} \
${ld:+--ld="$ld"} \
${target_os:+--target-os="$target_os"} \
More information about the ffmpeg-cvslog
mailing list