d3d12: Fix gstreamer-full subproject build with gcc

Since default option "cpp_std=c++14" is not applied automatically
in case that gstreamer is used as a meson subproject, specify
cpp_std option explicitly

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9030>
This commit is contained in:
Seungha Yang 2025-05-19 20:38:56 +09:00 committed by GStreamer Marge Bot
parent ceb1e6cd33
commit 1688d2c410

View File

@ -166,6 +166,7 @@ gstd3d12 = library('gstd3d12-' + api_version,
dxgi_lib, dx_headers_dep, gmodule_dep] + extra_deps,
version : libversion,
install : true,
override_options : ['cpp_std=c++14'],
)
pkgconfig.generate(gstd3d12,