Skip to content

Commit

Permalink
Update install-dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
laurfb authored Feb 11, 2023
1 parent 87fa142 commit f7a3e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f7a3e29

Please sign in to comment.