mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +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
046aad8c1b
commit
bba07f3c35
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