gst-plugins-bad: disable broken osx_video
This commit is contained in:
parent
5667176ce1
commit
4ca86cb09d
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ class GstPluginsBad < Formula
|
|||
system "./configure", "--prefix=#{prefix}",
|
||||
"--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--disable-sdl"
|
||||
"--disable-sdl",
|
||||
# gst/interfaces/propertyprobe.h is missing from gst-plugins-base 1.0.x
|
||||
"--disable-osx_video"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue