summarylogtreecommitdiffstats
path: root/0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch
diff options
context:
space:
mode:
authorMartchus2022-10-01 18:19:37 +0200
committerMartchus2022-10-01 18:19:37 +0200
commit32aeb34f1be426989ec023f56debd99dd534af28 (patch)
tree28c9948c2f0c22f73d8876c72e9cc35d2491977c /0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch
parentac303801520355548eef3bcbf2f8ced9b1068a03 (diff)
downloadaur-32aeb34f1be426989ec023f56debd99dd534af28.tar.gz
Update to 6.4.0
Diffstat (limited to '0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch')
-rw-r--r--0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch b/0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch
index 041c0eef5c6f..e5df8852fd4f 100644
--- a/0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch
+++ b/0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch
@@ -1,4 +1,4 @@
-From 34aa224d3b4f53b9076e76b29c33fe35890642c7 Mon Sep 17 00:00:00 2001
+From 74a7eb79146690104cf70daa05fd4494522d31dc Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Mon, 2 Nov 2020 13:47:45 +0100
Subject: [PATCH 05/12] Fix libjpeg workaround for conflict with rpcndr.h
@@ -13,10 +13,10 @@ Change-Id: I011b7735485689c9797cffe2646c8c3d15d0645e
1 file changed, 1 insertion(+)
diff --git a/src/plugins/imageformats/jpeg/qjpeghandler.cpp b/src/plugins/imageformats/jpeg/qjpeghandler.cpp
-index 6d88438c47..a16dae28b1 100644
+index eebc5940ce..b03d08fe2e 100644
--- a/src/plugins/imageformats/jpeg/qjpeghandler.cpp
+++ b/src/plugins/imageformats/jpeg/qjpeghandler.cpp
-@@ -62,6 +62,7 @@
+@@ -26,6 +26,7 @@
// including jpeglib.h seems to be a little messy
extern "C" {
#define XMD_H // shut JPEGlib up