[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 04:14:46 PST 2015


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

Andoni Morales <ylatuya at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ylatuya at gmail.com

--- Comment #22 from Andoni Morales <ylatuya at gmail.com> ---
(In reply to Julien Isorce from comment #21)
> (In reply to Sebastian Dröge (slomo) from comment #20)
> > Comment on attachment 317546 [details] [review] [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 can use AM_OBJCFLAGS for that, which is added before OBJCFLAGS and
libfoo_OBJCFLAGS

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