summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2015-12-15 19:28:05 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2015-12-15 19:28:22 -0500
commit516047f66f3acc5dd3b975c5d0abcee0d98c9316 (patch)
tree1f16c7c5fe9159d850df31837cc637a9a8037bd8 /ext
parent4c19b415bd75accbb13cb4a4149e6858f6f37f9c (diff)
downloadgstreamer-plugins-bad-516047f66f3acc5dd3b975c5d0abcee0d98c9316.tar.gz
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.
Diffstat (limited to 'ext')
-rw-r--r--ext/qt/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/qt/Makefile.am b/ext/qt/Makefile.am
index 064e8d13f..5fdd90a05 100644
--- a/ext/qt/Makefile.am
+++ b/ext/qt/Makefile.am
@@ -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) \