From da7a3efc39278d8f2a569c6c21157a921265532b Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Fri, 28 Apr 2023 13:53:15 -0300 Subject: [PATCH] Added missing dependencies in AppVeyor. --- ports/ci/appveyor/install_deps.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ports/ci/appveyor/install_deps.sh b/ports/ci/appveyor/install_deps.sh index c47fd51d4..fe0c2c5f4 100644 --- a/ports/ci/appveyor/install_deps.sh +++ b/ports/ci/appveyor/install_deps.sh @@ -38,13 +38,16 @@ else fi pacman --noconfirm --needed -S \ + mingw-w64-${packagesArch}-SDL2 \ mingw-w64-${packagesArch}-binutils \ mingw-w64-${packagesArch}-ccache \ mingw-w64-${packagesArch}-clang \ mingw-w64-${packagesArch}-cmake \ + mingw-w64-${packagesArch}-ffmpeg \ mingw-w64-${packagesArch}-pkgconf \ + mingw-w64-${packagesArch}-portaudio \ mingw-w64-${packagesArch}-qt5 \ - mingw-w64-${packagesArch}-ffmpeg + mingw-w64-${packagesArch}-vlc if [ -z "${DAILY_BUILD}" ] && [ -z "${RELEASE_BUILD}" ]; then pacman --noconfirm --needed -S \