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,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
LIBXEXT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxext.git"
|
||||
LIBXEXT_COMMIT="47904063048fa6ef6e8e16219ddef4d14d5d9a4b"
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libxext.git"
|
||||
SCRIPT_COMMIT="47904063048fa6ef6e8e16219ddef4d14d5d9a4b"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
@ -9,7 +9,7 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$LIBXEXT_REPO" "$LIBXEXT_COMMIT" libxext
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" libxext
|
||||
cd libxext
|
||||
|
||||
autoreconf -i
|
||||
|
Reference in New Issue
Block a user