webrtcdsp/meson.build: don't forget to set c++11 mode
authorDan Kegel <dank@oblong.com>
Sat, 13 Apr 2019 20:50:25 +0000 (13:50 -0700)
committerDan Kegel <dank@oblong.com>
Sun, 14 Apr 2019 04:46:35 +0000 (21:46 -0700)
ext/webrtcdsp/meson.build

index 8820e61..0a51a55 100644 (file)
@@ -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