mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Unify repo/commit/rev variable names
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://sourceforge.net/p/soxr/code/ci/master/tree/
|
||||
SOXR_REPO="https://git.code.sf.net/p/soxr/code"
|
||||
SOXR_COMMIT="945b592b70470e29f917f4de89b4281fbbd540c0"
|
||||
SCRIPT_REPO="https://git.code.sf.net/p/soxr/code"
|
||||
SCRIPT_COMMIT="945b592b70470e29f917f4de89b4281fbbd540c0"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$SOXR_REPO" "$SOXR_COMMIT" soxr
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" soxr
|
||||
cd soxr
|
||||
|
||||
mkdir build && cd build
|
||||
|
Reference in New Issue
Block a user