mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
qtsink: Add configured GL cflags to the build
We don't directly link to GL in the element, though we use GL headers. For this reason we need to include the proper GL headers path. This prevent this element from using a different GL header then libgstgl.
This commit is contained in:
parent
4c19b415bd
commit
516047f66f
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ libgstqtsink_la_CXXFLAGS = \
|
|||
$(GST_CXXFLAGS) \
|
||||
$(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(QT_CFLAGS)
|
||||
$(QT_CFLAGS) \
|
||||
$(GL_CFLAGS)
|
||||
|
||||
libgstqtsink_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
|
|
Loading…
Reference in a new issue