Files
UltraGrid/.github/scripts/Windows/build_live555.sh
Martin Pulec a609648be7 GitHub CI [Win]: switched to UCRT
- live555 needs to be rebuilt - decouple from prepare_msys.sh
2021-05-13 09:08:17 +02:00

13 lines
169 B
Bash
Executable File

#!/bin/bash -ex
export CC=gcc
export CXX=g++
cd /c
git clone https://github.com/xanview/live555/
cd live555
git checkout 35c375
./genMakefiles mingw
make -j $(nproc)