测试ffmpeg编译
This commit is contained in:
@ -32,8 +32,8 @@ function build() {
|
||||
`--prefix=${FFMPEG_INSTALL_DIR}`,
|
||||
"--enable-static",
|
||||
"--enable-small",
|
||||
"--toolchain=msvc",
|
||||
"--disable-programs",
|
||||
...isWindows ? ["--toolchain=msvc"] : [],
|
||||
];
|
||||
const configureFile = path.join(FFMPEG_SOURCE_DIR, "configure");
|
||||
if (isWindows) args.unshift(configureFile);
|
||||
|
Reference in New Issue
Block a user