mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
32dfa102b3
This fixes a build error if Qt was build without accessibility support: ../../../../../gstreamer/subprojects/gst-plugins-good/ext/qt/qtglrenderer.cc: In member function 'bool GstQuickRenderer::init(GstGLContext*, GError**)': ../../../../../gstreamer/subprojects/gst-plugins-good/ext/qt/qtglrenderer.cc:341:13: error: 'QCoreApplication' was not declared in this scope; did you mean 'QApplication'? ../../../../../gstreamer/subprojects/gst-plugins-good/ext/qt/qtglrenderer.cc:341:31: error: 'app' was not declared in this scope ../../../../../gstreamer/subprojects/gst-plugins-good/ext/qt/qtglrenderer.cc:341:37: error: 'QCoreApplication' is not a class, namespace, or enumeration [...] ../../../../../gstreamer/subprojects/gst-plugins-good/ext/qt/qtglrenderer.cc:458:5: error: 'QEventLoop' was not declared in this scope; did you mean 'QEvent'? ../../../../../gstreamer/subprojects/gst-plugins-good/ext/qt/qtglrenderer.cc:459:9: error: 'loop' was not declared in this scope If accessibility is enabled, the includes for QCoreApplication and QEventLoop are indirectly pulled via QWidget. Add the required headers as documented in [1] and [2]. [1] https://doc.qt.io/qt-5/qcoreapplication.html [2] https://doc.qt.io/qt-5/qeventloop.html Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4815> |
||
---|---|---|
.. | ||
aalib | ||
adaptivedemux2 | ||
amrnb | ||
amrwbdec | ||
cairo | ||
dv | ||
flac | ||
gdk_pixbuf | ||
gtk | ||
jack | ||
jpeg | ||
lame | ||
libcaca | ||
libpng | ||
mpg123 | ||
pulse | ||
qt | ||
qt6 | ||
raw1394 | ||
shout2 | ||
soup | ||
speex | ||
taglib | ||
twolame | ||
vpx | ||
wavpack | ||
meson.build |