mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 18:40:09 +00:00
GitHub CI [Mac]: install realpath (needed by Makefile)
This commit is contained in:
1
.github/scripts/macOS/prepare.sh
vendored
1
.github/scripts/macOS/prepare.sh
vendored
@@ -16,6 +16,7 @@ brew install speexdsp
|
||||
brew install ffmpeg portaudio sdl2
|
||||
brew install imagemagick jack libnatpmp opencv openssl
|
||||
brew install ossp-uuid # for cineform
|
||||
brew install coreutils # realpath
|
||||
( git submodule update --init cineform-sdk && cd cineform-sdk/ && cmake -DBUILD_TOOLS=OFF . && make -j $(sysctl -n hw.ncpu) CFHDCodecStatic || exit 1 )
|
||||
brew install qt@5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user