mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 22:40:18 +00:00
Revert "CI: removed SDL2_mixer"
This reverts commit d547bcb9e3.
Now used by MIDI audio capture.
This commit is contained in:
2
.github/scripts/Linux/prepare.sh
vendored
2
.github/scripts/Linux/prepare.sh
vendored
@@ -18,7 +18,7 @@ sudo apt --no-install-recommends install nvidia-cuda-toolkit
|
||||
sudo apt install libglew-dev libglfw3-dev
|
||||
sudo apt install libglm-dev
|
||||
sudo apt install libx11-dev
|
||||
sudo apt install libsdl2-dev libsdl2-ttf-dev
|
||||
sudo apt install libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
|
||||
sudo apt install libspeexdsp-dev
|
||||
sudo apt install libssl-dev
|
||||
sudo apt install libasound-dev libjack-jackd2-dev libnatpmp-dev libv4l-dev portaudio19-dev
|
||||
|
||||
2
.github/scripts/Windows/prepare_msys.sh
vendored
2
.github/scripts/Windows/prepare_msys.sh
vendored
@@ -41,7 +41,7 @@ MSYS_REPO=mingw-w64-clang-x86_64
|
||||
$PACMAN_INSTALL automake autoconf git make pkgconf ${MSYS_REPO}-toolchain ${MSYS_REPO}-cppunit unzip zip
|
||||
$PACMAN_INSTALL ${MSYS_REPO}-ffmpeg
|
||||
$PACMAN_INSTALL ${MSYS_REPO}-speexdsp
|
||||
$PACMAN_INSTALL ${MSYS_REPO}-glew ${MSYS_REPO}-SDL2 ${MSYS_REPO}-SDL2_ttf ${MSYS_REPO}-glfw
|
||||
$PACMAN_INSTALL ${MSYS_REPO}-glew ${MSYS_REPO}-SDL2 ${MSYS_REPO}-SDL2_mixer ${MSYS_REPO}-SDL2_ttf ${MSYS_REPO}-glfw
|
||||
$PACMAN_INSTALL ${MSYS_REPO}-glm
|
||||
$PACMAN_INSTALL ${MSYS_REPO}-portaudio # in case of problems build PA with --with-winapi=wmme,directx,wasapi
|
||||
$PACMAN_INSTALL ${MSYS_REPO}-curl # RTSP capture
|
||||
|
||||
2
.github/scripts/macOS/prepare.sh
vendored
2
.github/scripts/macOS/prepare.sh
vendored
@@ -16,7 +16,7 @@ echo "DYLIBBUNDLER_FLAGS=$DYLIBBUNDLER_FLAGS" >> "$GITHUB_ENV"
|
||||
|
||||
brew install autoconf automake cppunit libtool pkg-config
|
||||
brew install speexdsp
|
||||
brew install ffmpeg portaudio sdl2 sdl2_ttf
|
||||
brew install ffmpeg portaudio sdl2 sdl2_mixer sdl2_ttf
|
||||
brew install imagemagick jack libnatpmp opencv openssl
|
||||
brew install ossp-uuid # for cineform
|
||||
brew install qt@5
|
||||
|
||||
Reference in New Issue
Block a user