aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-ffmpeg.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/gst-ffmpeg.rb b/Library/Formula/gst-ffmpeg.rb
index ad4b4d278..4eccb2078 100644
--- a/Library/Formula/gst-ffmpeg.rb
+++ b/Library/Formula/gst-ffmpeg.rb
@@ -9,7 +9,9 @@ class GstFfmpeg < Formula
# ffmpeg is bundled with gst-ffmpeg
def install
- system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
+ system './configure', "--prefix=#{prefix}",
+ "--with-ffmpeg-extra-configure=--cc=#{ENV.cc}",
+ '--disable-dependency-tracking'
system "make install"
end
end