diff --git a/lib/src/utils/mod.rs b/lib/src/utils/mod.rs index 19e2fca1..03be3040 100644 --- a/lib/src/utils/mod.rs +++ b/lib/src/utils/mod.rs @@ -590,6 +590,7 @@ fn ffmpeg_libs_and_filter() -> (Vec, Vec) { libs.push(config.replace("--enable-", "")); } } + break; } }