From 057c2e25b012afbd2ba5837da2f4a2922a64fd64 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 6 Nov 2013 20:56:28 +0100 Subject: travis: use clang for ffmpeg/libav compilation I overlooked the fact that the ffmpeg/libav build system only supports `--cc` and completly ignores $CC. Hopefully this makes the build times a little faster. Fixes #332 --- travis-deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis-deps') diff --git a/travis-deps b/travis-deps index 322ddab80c..741a3d00e5 100755 --- a/travis-deps +++ b/travis-deps @@ -72,7 +72,7 @@ class Libav < TravisDepsBuilder end def configure - [super, "--disable-doc"].join(" ") + [super, "--disable-doc", "--cc=#{ENV['CC']}"].join(" ") end end -- cgit v1.2.3