summarylogtreecommitdiffstats
path: root/dynamic-openmp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-openmp.patch')
-rw-r--r--dynamic-openmp.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dynamic-openmp.patch b/dynamic-openmp.patch
new file mode 100644
index 000000000000..b94095c87e54
--- /dev/null
+++ b/dynamic-openmp.patch
@@ -0,0 +1,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]