This commit is contained in:
2025-08-31 16:37:16 -05:00
parent a444fee1fb
commit 19bb49a982
6 changed files with 337 additions and 22 deletions

View File

@@ -505,7 +505,7 @@ build_libopus() {
### MESON ###
build_libdav1d() {
local enableAsm='true'
local enableAsm=true
# arm64 will fail the build at 0 optimization
if [[ "${HOSTTYPE}:${OPT}" == "aarch64:0" ]]; then
enableAsm="false"
@@ -626,8 +626,7 @@ build_ffmpeg() {
--enable-nonfree \
--disable-htmlpages \
--disable-podpages \
--disable-txtpages \
--disable-autodetect || return 1
--disable-txtpages || return 1
ccache make -j"${JOBS}" || return 1
${SUDO_MODIFY} make -j"${JOBS}" install || return 1
}