From 638a042b0ec958a83e080e9457f86c78df339274 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Tue, 12 Feb 2013 18:32:27 +0100 Subject: gstreamer: remove unrecognized configure options Closes #17794. Signed-off-by: Adam Vandenberg --- Library/Formula/gst-libav.rb | 3 +-- Library/Formula/gst-plugins-base.rb | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3