summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-29 11:19:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-29 11:19:25 +0200
commit4ea5aea869032dcf046eb26682f0f6485e504c18 (patch)
tree13b8ca61e4fa958a5593c4f99a025b5cd8911ed7 /tests/fate.sh
parent200ef1e3c389a17b61639bbc2c0e1a9123fedb42 (diff)
parenta51161ed9892a8f932955ab8dac25e5c7f112a46 (diff)
downloadffmpeg-4ea5aea869032dcf046eb26682f0f6485e504c18.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: doc: Mention the target_samples and ld variables for fate configs fate.sh: Allow specifying --as via a specific variable Conflicts: doc/fate.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index ecbb16d51b..a401f9d72b 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -49,6 +49,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"} \