[Bug 745564] qtkitvideosrc: fails to build on OSX >= 10.9 and not using cerbero (ex: MacPorts)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 17 03:14:15 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745564

--- Comment #21 from Julien Isorce <julien.isorce at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #20)
> Comment on attachment 317546 [details] [review]
> applemedia: set -mmacosx-version-min to 10.
> 
> I would've just done
> 
> > if !HAVE_IOS
> > libgstapplemedia_la_OBJCFLAGS += ...
> > endif
> 
> but that works too. Merge your version or mine, whatever you prefer :)

But libgstapplemedia_la_OBJCFLAGS += -mmacosx-version-min  will not put it at
the front if I am not mistaken. And we want it at the front.

I tried
libgstapplemedia_la_OBJCFLAGS = -mmacosx-version-min
$(libgstapplemedia_la_OBJCFLAGS) 

but autotools was rejecting this syntax. If you have another syntax I can try
because I prefer this style actually. Thx

-- 
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