summaryrefslogtreecommitdiffstats
path: root/0001-fix-error-libraw_data_t-has-no-member-named-rawparam.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-fix-error-libraw_data_t-has-no-member-named-rawparam.patch')
-rw-r--r--0001-fix-error-libraw_data_t-has-no-member-named-rawparam.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-fix-error-libraw_data_t-has-no-member-named-rawparam.patch b/0001-fix-error-libraw_data_t-has-no-member-named-rawparam.patch
deleted file mode 100644
index 7f1148c..0000000
--- a/0001-fix-error-libraw_data_t-has-no-member-named-rawparam.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 4ae634345cb91e0a016b0cc8e502fcb69c02bf8a Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Mon, 1 Jan 2024 09:00:14 +0100
-Subject: [PATCH] fix error: 'libraw_data_t' has no member named 'rawparams'
-
----
- coders/dng.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/coders/dng.c b/coders/dng.c
-index 2078936e6..3c6db83c7 100644
---- a/coders/dng.c
-+++ b/coders/dng.c
-@@ -333,7 +333,7 @@ static void SetLibRawParams(const ImageInfo *image_info,Image *image,
- const char
- *option;
-
--#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0,20)
-+#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0,21)
- raw_info->rawparams.max_raw_memory_mb=8192;
- option=GetImageOption(image_info,"dng:max-raw-memory");
- if (option != (const char *) NULL)
---
-2.43.0
-