diff options
| author | Jack Nagel | 2014-05-15 12:36:38 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-15 12:36:39 -0500 | 
| commit | e9e870a409d2ffe2d822150daf63d13fc798794c (patch) | |
| tree | 070c1eb58b6ae2db000adceb59798ea0f4723f1e /Library/Formula/gst-plugins-bad.rb | |
| parent | 17eceb1a50c700e966f720d47a3a1c405e8267ad (diff) | |
| download | homebrew-e9e870a409d2ffe2d822150daf63d13fc798794c.tar.bz2 | |
gstreamer: drop manual CFLAGS
These were cargo-culted from MacPorts. The build system passes different
flags.
Diffstat (limited to 'Library/Formula/gst-plugins-bad.rb')
| -rw-r--r-- | Library/Formula/gst-plugins-bad.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/gst-plugins-bad.rb b/Library/Formula/gst-plugins-bad.rb index 4aa550063..b574063c5 100644 --- a/Library/Formula/gst-plugins-bad.rb +++ b/Library/Formula/gst-plugins-bad.rb @@ -29,8 +29,6 @@ class GstPluginsBad < Formula    depends_on 'schroedinger' => :optional    def install -    ENV.append "CFLAGS", "-funroll-loops -fstrict-aliasing" -      args = %W[        --prefix=#{prefix}        --disable-apple_media  | 
