Module: libav Branch: master Commit: f01c77157789b8e3a59ed2c9646faf8299e41641
Author: Janne Grunau <[email protected]> Committer: Janne Grunau <[email protected]> Date: Thu Feb 26 22:04:12 2015 +0100 fate: add explicit support for the toolchain configure option --- tests/fate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fate.sh b/tests/fate.sh index af0f6c0..f9f8b95 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"} \ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
