Skip to content

Commit

Permalink
[fix] Don't use mozjpeg-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Jan 16, 2024
1 parent 1e23102 commit 95111e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libraw-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ links = "raw_r"
libc = "0.2.123"
libz-sys = { version = "1.1.8", optional = true, features = ["static"], default-features = false }
# We want to switch out to libjpeg-turbo but currently the build system depends cmake and doesn't build on windows for some reason
mozjpeg-sys = { version = "1.0", optional = true, features = ["jpeg80_abi"], registry = "ktra"}
# mozjpeg-sys = { version = "1.0", optional = true, features = ["jpeg80_abi"], registry = "ktra"}
openmp-sys = { version = "1.2.3", optional = true }

[build-dependencies]
Expand All @@ -31,6 +31,6 @@ default = ["jpeg", "zlib", "bindgen"]
bindgen = ["dep:bindgen"]
copy = []
zlib = ["dep:libz-sys"]
jpeg = ["dep:mozjpeg-sys"]
jpeg = []
openmp = ["dep:openmp-sys"]
openmp_static = ["openmp", "openmp-sys?/static"]
2 changes: 1 addition & 1 deletion libraw-sys/vendor

0 comments on commit 95111e4

Please sign in to comment.