webrtcdsp/meson.build: don't forget to set c++11 mode

This commit is contained in:
Dan Kegel 2019-04-13 13:50:25 -07:00
parent 8388a031ab
commit d3ec0645ab

View 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