diff options
| author | Thijs Vermeir | 2013-02-12 18:32:27 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-02-13 09:38:00 -0800 | 
| commit | 638a042b0ec958a83e080e9457f86c78df339274 (patch) | |
| tree | cede752bd1f666a5c435239bda6c76c5e7437479 /Library/Formula/gst-plugins-base.rb | |
| parent | 21479f7550dddc44282241c1c3a81f8660539df9 (diff) | |
| download | homebrew-638a042b0ec958a83e080e9457f86c78df339274.tar.bz2 | |
gstreamer: remove unrecognized configure options
Closes #17794.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gst-plugins-base.rb')
| -rw-r--r-- | Library/Formula/gst-plugins-base.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/gst-plugins-base.rb b/Library/Formula/gst-plugins-base.rb index 955e361b2..50f433364 100644 --- a/Library/Formula/gst-plugins-base.rb +++ b/Library/Formula/gst-plugins-base.rb @@ -34,7 +34,6 @@ class GstPluginsBase < Formula        --disable-x        --disable-xvideo        --disable-xshm -      --disable-gnome_vfs      ]      system "./configure", *args      system "make"  | 
