summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-01-25 19:21:03 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-01-25 19:21:03 +0200
commitbba07f3c359eb03f87a4a85cb37ae4827266fc32 (patch)
tree0ba6e3673478e37732cd44acfe45879243a4eecb /ext
parent046aad8c1b5339420bde98e1c8590776f02d371e (diff)
downloadgstreamer-plugins-bad-bba07f3c359eb03f87a4a85cb37ae4827266fc32.tar.gz
qt: The code requires at least C++11
... and clang requires this to be specified on the commandline while gcc nowadays defaults to C++11 or even newer.
Diffstat (limited to 'ext')
-rw-r--r--ext/qt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/qt/Makefile.am b/ext/qt/Makefile.am
index b8bd5d4bf..626e3a80a 100644
--- a/ext/qt/Makefile.am
+++ b/ext/qt/Makefile.am
@@ -38,7 +38,7 @@ libgstqmlgl_la_CXXFLAGS = \
$(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(QT_CFLAGS) \
- $(GL_CFLAGS)
+ $(GL_CFLAGS) -std=c++11
libgstqmlgl_la_LIBADD = \
$(GST_BASE_LIBS) \