[Bug 745564] qtkitvideosrc: fails to build on OSX >= 10.9 and not using cerbero (ex: MacPorts)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Dec 18 00:05:22 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=745564
--- Comment #23 from Julien Isorce <julien.isorce at gmail.com> ---
Andoni, thx for the idea. I tried but it does not work as expected so what am I
missing ?
libgstapplemedia_la_OBJCFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
@@ -95,6 +87,11 @@ libgstapplemedia_la_LDFLAGS += \
-Wl,-framework -Wl,QTKit \
-Wl,-framework -Wl,IOSurface
+# Add min version in front so the user or cerbero can override it since it
+# always picks the last occurence when passing several -mmacosx-version-min.
+# Note that AM_OBJCFLAGS is added before OBJCFLAGS and any libfoo_OBJCFLAGS.
+ AM_OBJCFLAGS = -mmacosx-version-min=10.8
+
endif
I thought AM_OBJCFLAGS is added automatically.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list