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