commit | 354e5d6501e66d097084425292a7bbab015ec022 | [log] [tgz] |
---|---|---|
author | Matthew Waters <matthew@centricular.com> | Wed Aug 01 12:06:23 2018 +1000 |
committer | Matthew Waters <matthew@centricular.com> | Wed Aug 01 12:13:49 2018 +1000 |
tree | fe9055208baaa6cbb41ccb580a3c1bb16a64bd45 | |
parent | c71cc0dd52b5423c969314d7999bcc66c9faa5bf [diff] |
qt: Ensure GL headers are included Otherwise there may be no valid typedef of GLsync. ... /usr/include/gstreamer-1.0/gst/gl/gstglfuncs.h:93:24: note: in definition of macro 'GST_GL_EXT_FUNCTION' ret (GSTGLAPI *name) args; ^~~~ /usr/include/gstreamer-1.0/gst/gl/glprototypes/sync.h:33:23: error: 'GLsync' has not been declared (GLsync sync)) ^~~~~~ ... https://bugzilla.gnome.org/show_bug.cgi?id=796879