mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
bandaid OOM, ensure mkvtoolnix
This commit is contained in:
@@ -925,7 +925,9 @@ meta_configure_build() {
|
||||
"${configureFlags[@]}" \
|
||||
"${addFlags[@]}" || return 1
|
||||
# build
|
||||
ccache make -j"${JOBS}" || return 1
|
||||
# attempt to build twice since build can fail due to OOM
|
||||
ccache make -j"${JOBS}" ||
|
||||
ccache make -j"${JOBS}" || return 1
|
||||
# install
|
||||
local destdir="${PWD}/fb-local-install"
|
||||
make -j"${JOBS}" DESTDIR="${destdir}" install || return 1
|
||||
|
||||
Reference in New Issue
Block a user