summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Kegel <dank@oblong.com>2019-04-13 13:50:25 -0700
committerDan Kegel <dank@oblong.com>2019-04-13 21:46:35 -0700
commitd3ec0645abeb752be8cc188fabc1cca95409ce41 (patch)
treec53b239462dcc39451fecad3fc36d015b75f0d7f
parent8388a031ab4acdd7590ba14add07dd52ab3ac3ae (diff)
downloadgstreamer-plugins-bad-d3ec0645abeb752be8cc188fabc1cca95409ce41.tar.gz
webrtcdsp/meson.build: don't forget to set c++11 mode
-rw-r--r--ext/webrtcdsp/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/webrtcdsp/meson.build b/ext/webrtcdsp/meson.build
index 8820e616f..0a51a559f 100644
--- a/ext/webrtcdsp/meson.build
+++ b/ext/webrtcdsp/meson.build
@@ -19,6 +19,7 @@ if webrtc_dep.found() and gnustl_dep.found()
dependencies : [gstbase_dep, gstaudio_dep, gstbadaudio_dep, webrtc_dep, gnustl_dep],
install : true,
install_dir : plugins_install_dir,
+ override_options : ['cpp_std=c++11'],
)
pkgconfig.generate(gstwebrtcdsp, install_dir : plugins_pkgconfig_install_dir)
endif