From f7a3e29e06685de6a403e8a78f53da0a0ec82781 Mon Sep 17 00:00:00 2001 From: laurfb Date: Sat, 11 Feb 2023 13:58:58 +0200 Subject: [PATCH] Update install-dependencies.sh --- scripts/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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