Merge pull request #145 from pybt/master

fix read stderr stuck on some machine
This commit is contained in:
jb-alvarado 2022-07-06 09:09:30 +02:00 committed by GitHub
commit 808c23d626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
} }
} }