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,14 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
OPENH264_REPO="https://github.com/cisco/openh264.git"
|
||||
OPENH264_COMMIT="8fe55e3f4accac7fd1af4262bcd6eff5d008396d"
|
||||
SCRIPT_REPO="https://github.com/cisco/openh264.git"
|
||||
SCRIPT_COMMIT="8fe55e3f4accac7fd1af4262bcd6eff5d008396d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$OPENH264_REPO" "$OPENH264_COMMIT" openh264
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" openh264
|
||||
cd openh264
|
||||
|
||||
local myconf=(
|
||||
|
Reference in New Issue
Block a user