mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 05:47:39 +02:00
Unify repo/commit/rev variable names
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
SRT_REPO="https://github.com/Haivision/srt.git"
|
||||
SRT_COMMIT="e8b713e954345291e8d6e2314d1e5094a6a14179"
|
||||
SCRIPT_REPO="https://github.com/Haivision/srt.git"
|
||||
SCRIPT_COMMIT="e8b713e954345291e8d6e2314d1e5094a6a14179"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$SRT_REPO" "$SRT_COMMIT" srt
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" srt
|
||||
cd srt
|
||||
|
||||
mkdir build && cd build
|
||||
|
Reference in New Issue
Block a user