mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Update dependencies
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user