summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-06 16:22:18 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-09-06 16:23:17 +0200
commit40112e7b3589e1cf37cd80a7d2e8baad4cb8c523 (patch)
tree29d5c5475e673228440935187610210e9ae85840 /tests/fate.sh
parent2bb62455c899cdccbdc2a6ad33f9582008ed9f05 (diff)
parent2b3660084f03c9dbf052e64229b3316ac40c0edf (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: fate: Allow setting the ld parameter from the config file x86: dsputil: Do not redundantly check for CPU caps before calling init funcs configure: Disable some warnings in MSVC x86: vp56: cmov version of vp56_rac_get_prob requires inline asm avopt: fix examples to match the same style about default values as the actual code. configure: Add support for MSVC cl.exe/link.exe lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. Conflicts: libavutil/opt.h 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 0bf10ab853..1f70e798c5 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -50,6 +50,7 @@ configure()(
${cpu:+--cpu="$cpu"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \
${cc:+--cc="$cc"} \
+ ${ld:+--ld="$ld"} \
${target_os:+--target-os="$target_os"} \
${sysroot:+--sysroot="$sysroot"} \
${target_exec:+--target-exec="$target_exec"} \