mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 10:40:09 +00:00
CI: added live555
This commit is contained in:
7
.github/scripts/macOS/prepare.sh
vendored
7
.github/scripts/macOS/prepare.sh
vendored
@@ -36,3 +36,10 @@ if [ -n "$sdk_pass" ]; then
|
||||
sudo ln -fs /usr/local/lib/libajantv2.dylib /usr/local/lib/ajantv2.dylib
|
||||
fi
|
||||
|
||||
# Install live555
|
||||
git clone https://github.com/xanview/live555/
|
||||
cd live555
|
||||
git checkout 35c375
|
||||
./genMakefiles macosx
|
||||
make install
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user