aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorThijs Vermeir2013-02-12 18:32:27 +0100
committerAdam Vandenberg2013-02-13 09:38:00 -0800
commit638a042b0ec958a83e080e9457f86c78df339274 (patch)
treecede752bd1f666a5c435239bda6c76c5e7437479 /Library
parent21479f7550dddc44282241c1c3a81f8660539df9 (diff)
downloadhomebrew-638a042b0ec958a83e080e9457f86c78df339274.tar.bz2
gstreamer: remove unrecognized configure options
Closes #17794. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gst-libav.rb3
-rw-r--r--Library/Formula/gst-plugins-base.rb1
2 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/gst-libav.rb b/Library/Formula/gst-libav.rb
index fe5d92c64..b9fafa7e4 100644
--- a/Library/Formula/gst-libav.rb
+++ b/Library/Formula/gst-libav.rb
@@ -10,8 +10,7 @@ class GstLibav < Formula
depends_on "gst-plugins-base"
def install
- system "./configure", "--disable-debug",
- "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
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"