mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +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
28d088fa2d
commit
0e6a8838dc
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