mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
ffmpeg build feature is conditional on platform
This commit is contained in:
@@ -15,6 +15,8 @@ log = "0.4.0"
|
||||
env_logger = "0.8.4"
|
||||
iconv = "0.1.1"
|
||||
palette = "0.6.0"
|
||||
ffmpeg-sys-next = { version = "5.0.1", optional = true, default-features = false, features = ["avcodec"]}
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
ffmpeg-sys-next = { version = "5.0.1", optional = true, default-features = false, features = ["avcodec", "build"]}
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user