diff --git a/Cargo.toml b/Cargo.toml index cbafbc6..f9ba1a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ exclude = [ maintainer = "Elias Wendland " copyright = "2026, Elias Wendland" extended-description = "A program attempting to be a universal file converter" -depends = "ffmpeg, $auto" +depends = "$auto" section = "utility" priority = "optional" assets = [ @@ -37,7 +37,6 @@ assets = [ ] [package.metadata.generate-rpm.requires] -ffmpeg = "*" [build-dependencies] clap = { version = "4.6.1", features = ["derive"] }