diff --git a/www/chromium/Makefile b/www/chromium/Makefile index ca14ce792b6d..af3288163323 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -243,6 +243,7 @@ BINARY_ALIAS+= ar=/usr/bin/llvm-ar \ .if ${ARCH} == aarch64 PLIST_SUB+= NOT_AARCH64="@comment " FFMPEG_TARGET= arm64 +FFMPEG_OPT= --disable-neon .elif ${ARCH} == amd64 BUILD_DEPENDS+= nasm:devel/nasm PLIST_SUB+= NOT_AARCH64="" @@ -286,7 +287,7 @@ pre-configure: # Chromium uses an unreleased version of FFmpeg, so configure it cd ${WRKSRC}/third_party/ffmpeg && \ ${PYTHON_CMD} chromium/scripts/build_ffmpeg.py freebsd ${FFMPEG_TARGET} \ - --config-only --branding=${FFMPEG_BRAND} + --config-only --branding=${FFMPEG_BRAND} -- ${FFMPEG_OPT} cd ${FFMPEG_BDIR} && ${GMAKE} ffversion.h ${MKDIR} ${FFMPEG_CDIR} .for _e in config.h config.asm config_components.h libavcodec libavformat libavutil