git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d60c3
)
fate: add explicit support for the toolchain configure option
author
Janne Grunau
<j@jannau.net>
Thu, 26 Feb 2015 21:04:12 +0000
(22:04 +0100)
committer
Janne Grunau
<janne-libav@jannau.net>
Mon, 16 Mar 2015 10:55:47 +0000
(11:55 +0100)
tests/fate.sh
patch
|
blob
|
history
diff --git
a/tests/fate.sh
b/tests/fate.sh
index
af0f6c0
..
f9f8b95
100755
(executable)
--- a/
tests/fate.sh
+++ b/
tests/fate.sh
@@
-49,6
+49,7
@@
configure()(
--enable-gpl \
${arch:+--arch=$arch} \
${cpu:+--cpu="$cpu"} \
+ ${toolchain:+--toolchain="$toolchain"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \
${as:+--as="$as"} \
${cc:+--cc="$cc"} \