测试ffmpeg编译
This commit is contained in:
@ -33,6 +33,7 @@ function build() {
|
|||||||
"--enable-static",
|
"--enable-static",
|
||||||
"--enable-small",
|
"--enable-small",
|
||||||
"--disable-programs",
|
"--disable-programs",
|
||||||
|
"--disable-x86asm",
|
||||||
...isWindows ? ["--toolchain=msvc"] : [],
|
...isWindows ? ["--toolchain=msvc"] : [],
|
||||||
];
|
];
|
||||||
const configureFile = path.join(FFMPEG_SOURCE_DIR, "configure");
|
const configureFile = path.join(FFMPEG_SOURCE_DIR, "configure");
|
||||||
|
Reference in New Issue
Block a user