CI: added live555

This commit is contained in:
Martin Pulec
2020-02-06 11:27:07 +01:00
parent be79100e02
commit 31d8a655d2
6 changed files with 31 additions and 7 deletions

View File

@@ -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 ..