diff options
author | Janne Grunau <j@jannau.net> | 2015-02-26 22:04:12 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2015-03-16 11:55:47 +0100 |
commit | f01c77157789b8e3a59ed2c9646faf8299e41641 (patch) | |
tree | a109fdbf783f14f550fbb69c8dd8e4a74d679f89 /tests/fate.sh | |
parent | a9d60c390f35f3954821bd635fd31bbb5036b29d (diff) | |
download | ffmpeg-f01c77157789b8e3a59ed2c9646faf8299e41641.tar.gz |
fate: add explicit support for the toolchain configure option
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 af0f6c025b..f9f8b95810 100755 --- 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"} \ |