mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Unify repo/commit/rev variable names
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
LIBPCIACCESS_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git"
|
||||
LIBPCIACCESS_COMMIT="22a93f8b9b4a79eefbdd0b2c412526f6141ac7a8"
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git"
|
||||
SCRIPT_COMMIT="22a93f8b9b4a79eefbdd0b2c412526f6141ac7a8"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
@ -9,7 +9,7 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$LIBPCIACCESS_REPO" "$LIBPCIACCESS_COMMIT" libpciaccess
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" libpciaccess
|
||||
cd libpciaccess
|
||||
|
||||
autoreconf -fi
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
LIBDRM_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
|
||||
LIBDRM_COMMIT="f7828dc180ba3427b5e405fab25e9846c07322bc"
|
||||
SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
|
||||
SCRIPT_COMMIT="f7828dc180ba3427b5e405fab25e9846c07322bc"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
@ -9,7 +9,7 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$LIBDRM_REPO" "$LIBDRM_COMMIT" libdrm
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" libdrm
|
||||
cd libdrm
|
||||
|
||||
mkdir build && cd build
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
LIBVA_REPO="https://github.com/intel/libva.git"
|
||||
LIBVA_COMMIT="395e502d162fe04ccec7700bd1a58dca40328605"
|
||||
SCRIPT_REPO="https://github.com/intel/libva.git"
|
||||
SCRIPT_COMMIT="395e502d162fe04ccec7700bd1a58dca40328605"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
@ -10,7 +10,7 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$LIBVA_REPO" "$LIBVA_COMMIT" libva
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" libva
|
||||
cd libva
|
||||
|
||||
autoreconf -i
|
||||
|
Reference in New Issue
Block a user