diff options
Diffstat (limited to 'media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.patch')
-rw-r--r-- | media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.patch b/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.patch new file mode 100644 index 000000000000..3005bf44d623 --- /dev/null +++ b/media-libs/freeimage/files/freeimage-3.18.0-libraw-0.21.patch @@ -0,0 +1,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) |