diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index 48f699e..a8ec28b 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e sudo apt-get install -y tclsh pkg-config cmake libssl-dev build-essential ffmpeg -git clone --depth 1 --branch v1.5.0 https://github.com/Haivision/srt.git libsrt +git clone --depth 1 --branch v1.5.1 https://github.com/Haivision/srt.git libsrt cd libsrt ./configure make -j