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

@ -42,12 +42,9 @@ ffbuild_dockerbuild() {
return -1
fi
./configure "${myconf[@]}" || return -1
make -j$(nproc) || return -1
make install || return -1
cd ..
rm -rf libvpx
./configure "${myconf[@]}"
make -j$(nproc)
make install
}
ffbuild_configure() {