Revision
103513
Author
jeremyhu@macports.org
Date
2013-02-27 18:23:52 -0800 (Wed, 27 Feb 2013)

Log Message

gstreamer1-gst-plugins-bad: Fix build by disabling osx_video

Modified Paths

Diff

Modified: trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile (103512 => 103513)


--- trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2013-02-28 01:45:12 UTC (rev 103512)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2013-02-28 02:23:52 UTC (rev 103513)
@@ -71,6 +71,10 @@
                             --enable-experimental \
                             --enable-static
 
+# the 1.0 version of plugins-base doesn't have propertyprobe.h
+# ./gst-plugins-bad-1.0.5/sys/osxvideo/osxvideosrc.c:#include <gst/interfaces/propertyprobe.h>
+configure.args-append --disable-osx_video
+
 #
 # port:soundtouch (fails on autoreconf on darwin 8 & 9, see #27533) disable soundtouch on these platforms
 #