summaryrefslogtreecommitdiffstats
path: root/TOOLS/appveyor-build.sh
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossy@jrg.systems>2019-04-16 18:18:50 +1000
committerJan Ekström <jeebjp@gmail.com>2019-06-12 23:03:55 +0300
commitcc38035841692780883f9cec274617108c57670c (patch)
tree7b7fcf6bfa9b15d4a044a21d77b507a91e3db7da /TOOLS/appveyor-build.sh
parentfbe267150d9b6a2486a73c13d58b2b24d69b50ad (diff)
downloadmpv-cc38035841692780883f9cec274617108c57670c.tar.bz2
mpv-cc38035841692780883f9cec274617108c57670c.tar.xz
vo_gpu: d3d11: use the SPIRV-Cross C API directly
When the D3D11 backend was first written, SPIRV-Cross only had a C++ API and no guarantee of API or ABI stability, so instead of using SPIRV-Cross directly, mpv used an unofficial C wrapper called crossc. Now that KhronosGroup/SPIRV-Cross#611 is resolved, SPIRV-Cross has an official C API that can be used instead, so remove crossc and use SPIRV-Cross directly.
Diffstat (limited to 'TOOLS/appveyor-build.sh')
-rwxr-xr-xTOOLS/appveyor-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/appveyor-build.sh b/TOOLS/appveyor-build.sh
index 8796118df3..0c3aaacedd 100755
--- a/TOOLS/appveyor-build.sh
+++ b/TOOLS/appveyor-build.sh
@@ -11,7 +11,7 @@ export PYTHON=/usr/bin/python3
"$PYTHON" waf configure \
--check-c-compiler=gcc \
--disable-egl-angle-lib \
- --enable-crossc \
+ --enable-spirv-cross \
--enable-d3d-hwaccel \
--enable-d3d11 \
--enable-egl-angle \