diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-16 21:26:58 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-16 21:27:23 +0100 |
commit | 6416dce490f7af291098caf8ccccbc2bc6804dce (patch) | |
tree | 2de20d78e832fd8c165c08c0e27a7740104ba1bc /tests/fate.sh | |
parent | 7c9ad3c4ea799be5b3ab315c7241eb5bbb4917ba (diff) | |
parent | f01c77157789b8e3a59ed2c9646faf8299e41641 (diff) | |
download | ffmpeg-6416dce490f7af291098caf8ccccbc2bc6804dce.tar.gz |
Merge commit 'f01c77157789b8e3a59ed2c9646faf8299e41641'
* commit 'f01c77157789b8e3a59ed2c9646faf8299e41641':
fate: add explicit support for the toolchain configure option
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-x | tests/fate.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate.sh b/tests/fate.sh index 5a78018b42..81224b63be 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -51,6 +51,7 @@ configure()( --enable-avresample \ ${arch:+--arch=$arch} \ ${cpu:+--cpu="$cpu"} \ + ${toolchain:+--toolchain="$toolchain"} \ ${cross_prefix:+--cross-prefix="$cross_prefix"} \ ${as:+--as="$as"} \ ${cc:+--cc="$cc"} \ |