summarylogtreecommitdiffstats
path: root/dynamic-openmp.patch
blob: b94095c87e54d586d87a3e9d312aa9ac878dcefb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 724595e..33dbca3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ features = ["codec", "format", "filter", "software-resampling", "software-scalin
 
 [features]
 default-features = []
-openmp = ["imagequant/openmp-static"]
+openmp = ["imagequant/openmp"]
 video = ["ffmpeg"]
 
 [lib]