From: Dan Kegel Date: Sat, 13 Apr 2019 20:50:25 +0000 (-0700) Subject: webrtcdsp/meson.build: don't forget to set c++11 mode X-Git-Tag: 1.19.3~507^2~3420 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3ec0645abeb752be8cc188fabc1cca95409ce41;p=platform%2Fupstream%2Fgstreamer.git webrtcdsp/meson.build: don't forget to set c++11 mode --- diff --git a/ext/webrtcdsp/meson.build b/ext/webrtcdsp/meson.build index 8820e61..0a51a55 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