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
@ -38,7 +38,7 @@ libgstqmlgl_la_CXXFLAGS = \
|
|||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
$(QT_CFLAGS) \
|
$(QT_CFLAGS) \
|
||||||
$(GL_CFLAGS)
|
$(GL_CFLAGS) -std=c++11
|
||||||
|
|
||||||
libgstqmlgl_la_LIBADD = \
|
libgstqmlgl_la_LIBADD = \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user