aboutsummaryrefslogtreecommitdiff
path: root/graphics/photoqt/files/patch-cplusplus_imageprovider_loader_loadimage__raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/photoqt/files/patch-cplusplus_imageprovider_loader_loadimage__raw.h')
-rw-r--r--graphics/photoqt/files/patch-cplusplus_imageprovider_loader_loadimage__raw.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/photoqt/files/patch-cplusplus_imageprovider_loader_loadimage__raw.h b/graphics/photoqt/files/patch-cplusplus_imageprovider_loader_loadimage__raw.h
deleted file mode 100644
index 7cdd88ff11c6..000000000000
--- a/graphics/photoqt/files/patch-cplusplus_imageprovider_loader_loadimage__raw.h
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix build with libraw >= 0.21.0
-
---- cplusplus/imageprovider/loader/loadimage_raw.h.orig 2023-03-02 16:52:09 UTC
-+++ cplusplus/imageprovider/loader/loadimage_raw.h
-@@ -56,7 +56,11 @@ class LoadImageRaw { (public)
- // Since we don't care about manipulating RAW images but only want to display
- // them, we can optimise for speed
- raw.imgdata.params.user_qual = 2;
-+#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 21)
-+ raw.imgdata.rawparams.use_rawspeed = 1;
-+#else
- raw.imgdata.params.use_rawspeed = 1;
-+#endif
- raw.imgdata.params.use_camera_wb = 1;
-
- // Open the RAW image