You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the build process for SPIRV-Cross is being done with a (rather old) patch being pulled in to enable Meson builds for it. The patch does not offer all of the same options as the CMAKE files do, however, disabling the build of spirv-cross-c-shared packages. Unfortunately, this also disables D3D11 support in mpv because that has a hard dependency on that lib.
It seems that spirv-cross-c-shared is not used anywhere else except for some more exotic ffmpeg configuration, but in order to support the d3d11 vo for mpv, it's perhaps better to either change up the Meson build files being patched in, or to change the SPIRV build process to use CMAKE instead.
The main workflow of the SPIRV repository builds all options, if a reference is needed for the different commands to run
Small edit: seems like the --enable-spirv-cross flag requires SPIRV-Cross-C-Shared as well
The text was updated successfully, but these errors were encountered:
Currently the build process for SPIRV-Cross is being done with a (rather old) patch being pulled in to enable Meson builds for it. The patch does not offer all of the same options as the CMAKE files do, however, disabling the build of
spirv-cross-c-shared
packages. Unfortunately, this also disables D3D11 support in mpv because that has a hard dependency on that lib.It seems that
spirv-cross-c-shared
is not used anywhere else except for some more exotic ffmpeg configuration, but in order to support the d3d11 vo for mpv, it's perhaps better to either change up the Meson build files being patched in, or to change the SPIRV build process to use CMAKE instead.The main workflow of the SPIRV repository builds all options, if a reference is needed for the different commands to run
Small edit: seems like the
--enable-spirv-cross
flag requires SPIRV-Cross-C-Shared as wellThe text was updated successfully, but these errors were encountered: