summaryrefslogtreecommitdiffstats
path: root/TOOLS/appveyor-install.sh
diff options
context:
space:
mode:
authorBiswapriyo Nath <nathbappai@gmail.com>2021-02-22 19:08:14 +0530
committerBiswapriyo Nath <nathbappai@gmail.com>2021-02-22 19:08:14 +0530
commit14699fd47dd4c7102625f3d58aaafee8d9e3a7ef (patch)
tree2ac7f095e540c82137a2cfa8df9df1d396b4c717 /TOOLS/appveyor-install.sh
parent8b397573d855fdf19971833ca7caf026162f6105 (diff)
downloadmpv-14699fd47dd4c7102625f3d58aaafee8d9e3a7ef.tar.bz2
mpv-14699fd47dd4c7102625f3d58aaafee8d9e3a7ef.tar.xz
Appveyor: Use MSYS2 spirv-cross package.
Diffstat (limited to 'TOOLS/appveyor-install.sh')
-rwxr-xr-xTOOLS/appveyor-install.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/TOOLS/appveyor-install.sh b/TOOLS/appveyor-install.sh
index 835850abf1..95e4f7b4ed 100755
--- a/TOOLS/appveyor-install.sh
+++ b/TOOLS/appveyor-install.sh
@@ -24,6 +24,7 @@ pacman -S --noconfirm --needed \
$MINGW_PACKAGE_PREFIX-ninja \
$MINGW_PACKAGE_PREFIX-rubberband \
$MINGW_PACKAGE_PREFIX-shaderc \
+ $MINGW_PACKAGE_PREFIX-spirv-cross \
$MINGW_PACKAGE_PREFIX-uchardet \
$MINGW_PACKAGE_PREFIX-vulkan
@@ -51,12 +52,3 @@ pacman -Sc --noconfirm
--enable-schannel
make -j4 install
)
-
-# Compile SPIRV-Cross
-(
- git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Cross && cd SPIRV-Cross
-
- mkdir build && cd build
- cmake -GNinja -DSPIRV_CROSS_SHARED=ON -DCMAKE_INSTALL_PREFIX=$MINGW_PREFIX ..
- ninja install
-)