Unify repo/commit/rev variable names
This commit is contained in:
parent
b9a3f7ffce
commit
38fccdcd44
81 changed files with 254 additions and 254 deletions
|
@ -1,14 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
OPENJPEG_REPO="https://github.com/uclouvain/openjpeg.git"
|
||||
OPENJPEG_COMMIT="0535bfc3b7d5cd6fc73a7d4a6749a338fc5d7703"
|
||||
SCRIPT_REPO="https://github.com/uclouvain/openjpeg.git"
|
||||
SCRIPT_COMMIT="0535bfc3b7d5cd6fc73a7d4a6749a338fc5d7703"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$OPENJPEG_REPO" "$OPENJPEG_COMMIT" openjpeg
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" openjpeg
|
||||
cd openjpeg
|
||||
|
||||
mkdir build && cd build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue