Remove libraw patch, since the last update it is integrated upstream

Spotted by naddy, thanks
This commit is contained in:
rsadowski 2023-01-09 16:08:33 +00:00
parent 70ffa9b266
commit fdbf105ca5
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
Index: plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw.cpp
--- plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw.cpp.orig
+++ plugins/impex/raw/3rdparty/libkdcraw/src/kdcraw.cpp
@@ -383,7 +383,11 @@ bool KDcraw::extractRAWData(const QString& filePath, Q
d->setProgress(0.3);
raw.imgdata.params.output_bps = 16;
+#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 21)
+ raw.imgdata.rawparams.shot_select = shotSelect;
+#else
raw.imgdata.params.shot_select = shotSelect;
+#endif
ret = raw.unpack();
if (ret != LIBRAW_SUCCESS)