fix read stderr stuck on some machine

This commit is contained in:
pybt 2022-07-06 11:18:37 +07:00
parent 6df3f69c99
commit 00183cb5ad

View File

@ -590,6 +590,7 @@ fn ffmpeg_libs_and_filter() -> (Vec<String>, Vec<String>) {
libs.push(config.replace("--enable-", "")); libs.push(config.replace("--enable-", ""));
} }
} }
break;
} }
} }