mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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.
This commit is contained in:
parent
cd9db288b2
commit
d3f6497f50
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue