summaryrefslogtreecommitdiff
path: root/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.patch
blob: 3005bf44d62301671db9f3e78df0a63630f45c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
https://bugs.gentoo.org/887467
--- a/Source/FreeImage/PluginRAW.cpp
+++ b/Source/FreeImage/PluginRAW.cpp
@@ -693,3 +693,7 @@
 		// (-s [0..N-1]) Select one raw image from input file
+		#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 21)
+		RawProcessor->imgdata.rawparams.shot_select = 0;
+		#else
 		RawProcessor->imgdata.params.shot_select = 0;
+		#endif
 		// (-w) Use camera white balance, if possible (otherwise, fallback to auto_wb)