[Bug 792043] include all OMX extension headers if present
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 29 11:58:50 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=792043
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
For what it's worth, you can also do
cdata.set('HAVE_FOO', cc.has_header())
or (if it must be defined to 1 or 0)
cdata.set10('HAVE_FOO', cc.has_header())
though in this case Nicolas's suggestion from comment #2 might be more readable
:)
--
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