summarylogtreecommitdiffstats
path: root/dynamic-openmp.patch
diff options
context:
space:
mode:
authorPhilipp Wolfer2018-03-04 13:32:48 +0100
committerPhilipp Wolfer2018-03-20 14:06:03 +0100
commit23510539a5910ad57a51df43d223c1ca57fc29d7 (patch)
tree639fd756e43838365d83edabdb5daec26f85d7b2 /dynamic-openmp.patch
parent7720827b47ff9fd088f25814d14a1e8b3c330db6 (diff)
downloadaur-23510539a5910ad57a51df43d223c1ca57fc29d7.tar.gz
New upstream release 0.8.2
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]