qt: Ensure GL headers are included
authorMatthew Waters <matthew@centricular.com>
Wed, 1 Aug 2018 02:06:23 +0000 (12:06 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 1 Aug 2018 02:11:04 +0000 (12:11 +1000)
commit319171b162bac6bd56c342e0dd4bd3968a59392f
treef02c2972e8a754a82072ffb5d4a3972ba04e9c1d
parent248342f942719426c3b5f4277662528368e34719
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
ext/qt/gstqtgl.h