mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
meson: Set cpp_std to c++17 for TagLib
TagLib uses C++17 as of version 2.0. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5995>
This commit is contained in:
parent
2ccc8051b5
commit
a35723d531
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ if taglib_dep.found() and add_languages('cpp', native: false, required: get_opti
|
|||
dependencies : [gsttag_dep, taglib_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
override_options : ['cpp_std=c++17'],
|
||||
)
|
||||
plugins += [gsttaglib]
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue