From 0fd08646accfc1a0fa217719e5cf7645d00777d9 Mon Sep 17 00:00:00 2001 From: yizhi <946185759@qq.com> Date: Wed, 26 Mar 2025 19:16:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95ffmpeg=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thirdpart/build_ffmpeg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdpart/build_ffmpeg.js b/thirdpart/build_ffmpeg.js index c0869ef..c54318a 100644 --- a/thirdpart/build_ffmpeg.js +++ b/thirdpart/build_ffmpeg.js @@ -33,6 +33,7 @@ function build() { "--enable-static", "--enable-small", "--disable-programs", + "--disable-x86asm", ...isWindows ? ["--toolchain=msvc"] : [], ]; const configureFile = path.join(FFMPEG_SOURCE_DIR, "configure");