mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 13:40:13 +00:00
CI: added Soxr
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 libspeexdsp-dev
|
||||
sudo apt install libsoxr-dev libspeexdsp-dev
|
||||
sudo apt install libssl-dev
|
||||
sudo apt install libasound-dev libjack-jackd2-dev libnatpmp-dev libv4l-dev portaudio19-dev
|
||||
sudo apt install libopencv-core-dev libopencv-imgproc-dev
|
||||
|
||||
2
.github/scripts/Windows/prepare_msys.sh
vendored
2
.github/scripts/Windows/prepare_msys.sh
vendored
@@ -45,7 +45,7 @@ PACMAN_INSTALL='pacman -Sy --needed --noconfirm --disable-download-timeout'
|
||||
MINGW_PACKAGE_PREFIX=mingw-w64-clang-x86_64
|
||||
$PACMAN_INSTALL automake autoconf git make pkgconf ${MINGW_PACKAGE_PREFIX}-toolchain ${MINGW_PACKAGE_PREFIX}-cppunit unzip zip
|
||||
$PACMAN_INSTALL ${MINGW_PACKAGE_PREFIX}-ffmpeg
|
||||
$PACMAN_INSTALL ${MINGW_PACKAGE_PREFIX}-speexdsp
|
||||
$PACMAN_INSTALL ${MINGW_PACKAGE_PREFIX}-libsoxr ${MINGW_PACKAGE_PREFIX}-speexdsp
|
||||
$PACMAN_INSTALL ${MINGW_PACKAGE_PREFIX}-glew ${MINGW_PACKAGE_PREFIX}-SDL2 ${MINGW_PACKAGE_PREFIX}-SDL2_mixer ${MINGW_PACKAGE_PREFIX}-SDL2_ttf ${MINGW_PACKAGE_PREFIX}-glfw
|
||||
$PACMAN_INSTALL ${MINGW_PACKAGE_PREFIX}-glm
|
||||
$PACMAN_INSTALL ${MINGW_PACKAGE_PREFIX}-portaudio # in case of problems build PA with --with-winapi=wmme,directx,wasapi
|
||||
|
||||
2
.github/scripts/macOS/prepare.sh
vendored
2
.github/scripts/macOS/prepare.sh
vendored
@@ -18,7 +18,7 @@ echo "/usr/local/opt/qt/bin" >> "$GITHUB_PATH"
|
||||
echo "DYLIBBUNDLER_FLAGS=$DYLIBBUNDLER_FLAGS" >> "$GITHUB_ENV"
|
||||
|
||||
brew install autoconf automake cppunit libtool pkg-config
|
||||
brew install speexdsp
|
||||
brew install libsoxr speexdsp
|
||||
brew install ffmpeg portaudio sdl2 sdl2_mixer sdl2_ttf
|
||||
brew install imagemagick jack libnatpmp opencv openssl
|
||||
brew install ossp-uuid # for cineform
|
||||
|
||||
Reference in New Issue
Block a user