Update dependencies

This commit is contained in:
BtbN
2020-09-27 16:17:47 +02:00
parent 2df10454f0
commit 0e104d9662
21 changed files with 26 additions and 30 deletions

View File

@ -1,8 +1,7 @@
#!/bin/bash
SRT_REPO="https://github.com/Haivision/srt.git"
SRT_COMMIT="a3f28336a8f0c3c1fce7b2f46d017bcb59af1888"
SRT_COMMIT_43="v1.4.0"
SRT_COMMIT="73ee1e1a3e3adc2702a9a5057d101ef80447b38c"
ffbuild_enabled() {
return 0
@ -14,7 +13,6 @@ ffbuild_dockerstage() {
}
ffbuild_dockerbuild() {
[[ $VARIANT == *4.3* ]] && SRT_COMMIT="$SRT_COMMIT_43"
git-mini-clone "$SRT_REPO" "$SRT_COMMIT" srt
cd srt