Skip to content
Snippets Groups Projects
Commit 10c0d8e9 authored by Seungha Yang's avatar Seungha Yang :sheep: Committed by GStreamer Marge Bot
Browse files

gst-plugins-bad: Explicitly enable HLSL precompile option

Enable HLSL precompile in case of MSVC build

Part-of: <!1278>
parent 2410e75d
No related branches found
No related tags found
1 merge request!1278gst-plugins-bad: Explicitly enable HLSL precompile option
Pipeline #1008810 passed
......@@ -527,6 +527,8 @@ class Recipe(custom.GStreamer):
# WGC support requires Windows 11 SDK from Visual Studio
self.meson_options['d3d11-wgc'] = 'enabled'
self.enable_plugin('d3d12', 'sys')
# HLSL cross-compile is not supported
self.meson_options['d3d11-hlsl-precompile'] = 'enabled'
self.files_libs += ['libgstd3d11-1.0']
self.files_plugins_devel += [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment