Some cleanup and housekeeping

This commit is contained in:
BtbN 2021-04-04 23:20:31 +02:00
parent 12ab519046
commit fcd5acba08
57 changed files with 137 additions and 304 deletions

View file

@ -16,7 +16,7 @@ ffbuild_dockerbuild() {
git-mini-clone "$LIBBLURAY_REPO" "$LIBBLURAY_COMMIT" libbluray
cd libbluray
./bootstrap || return -1
./bootstrap
local myconf=(
--prefix="$FFBUILD_PREFIX"
@ -44,9 +44,6 @@ ffbuild_dockerbuild() {
./configure "${myconf[@]}"
make -j$(nproc)
make install
cd ..
rm -rf libbluray
}
ffbuild_configure() {