[Bug 780948] pluginutils.c assumes GST_GL_HAVE_WINDOW_* are defined

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 6 03:58:02 UTC 2017


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

--- Comment #5 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
(In reply to Nicolas Dufresne (stormer) from comment #4)
> To be honest, I would still make this change. Doing run-time check on
> something that will never change is just a waste. It's better to out-compile
> in this case.

The flip-side of that is that if it's if-ed out, the compile will still check
it for valid syntax whereas if it's #ifdef-ed out, there is no syntax checking
;)

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