diff options
author | Dan Kegel <dank@oblong.com> | 2019-04-13 13:50:25 -0700 |
---|---|---|
committer | Dan Kegel <dank@oblong.com> | 2019-04-13 21:46:35 -0700 |
commit | d3ec0645abeb752be8cc188fabc1cca95409ce41 (patch) | |
tree | c53b239462dcc39451fecad3fc36d015b75f0d7f /ext | |
parent | 8388a031ab4acdd7590ba14add07dd52ab3ac3ae (diff) | |
download | gstreamer-plugins-bad-d3ec0645abeb752be8cc188fabc1cca95409ce41.tar.gz |
webrtcdsp/meson.build: don't forget to set c++11 mode
Diffstat (limited to 'ext')
-rw-r--r-- | ext/webrtcdsp/meson.build | 1 |
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 |