mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 21:37:38 +02:00
Some cleanup and housekeeping
This commit is contained in:
@ -16,7 +16,7 @@ ffbuild_dockerbuild() {
|
||||
git-mini-clone "$WEBP_REPO" "$WEBP_COMMIT" webp
|
||||
cd webp
|
||||
|
||||
./autogen.sh || return -1
|
||||
./autogen.sh
|
||||
|
||||
local myconf=(
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
@ -43,12 +43,9 @@ ffbuild_dockerbuild() {
|
||||
return -1
|
||||
fi
|
||||
|
||||
./configure "${myconf[@]}" || return -1
|
||||
make -j$(nproc) || return -1
|
||||
make install || return -1
|
||||
|
||||
cd ..
|
||||
rm -rf webp
|
||||
./configure "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
make install
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
|
Reference in New Issue
Block a user