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
|
||||
|
||||
OGG_REPO="https://github.com/xiph/ogg.git"
|
||||
OGG_COMMIT="3069cc2bb44160982cdb21b2b8f0660c76b17572"
|
||||
SCRIPT_REPO="https://github.com/xiph/ogg.git"
|
||||
SCRIPT_COMMIT="3069cc2bb44160982cdb21b2b8f0660c76b17572"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$OGG_REPO" "$OGG_COMMIT" ogg
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" ogg
|
||||
cd ogg
|
||||
|
||||
./autogen.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue