mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
webrtcdsp/meson.build: don't forget to set c++11 mode
This commit is contained in:
parent
8388a031ab
commit
d3ec0645ab
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue