slackbuilds_ponce/graphics/rawstudio/patches/lensfun03.patch
Nishant Limbachia 957e31fc8b graphics/rawstudio: Patched for newer lensfun.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-08-14 07:27:44 +07:00

11 lines
452 B
Diff

--- a/plugins/lensfun/lensfun.c
+++ b/plugins/lensfun/lensfun.c
@@ -668,7 +668,7 @@ get_image(RSFilter *filter, const RSFilterRequest *request)
}
/* Start threads to apply phase 2, Vignetting and CA Correction */
- if (effective_flags & (LF_MODIFY_VIGNETTING | LF_MODIFY_CCI))
+ if (effective_flags & LF_MODIFY_VIGNETTING)
{
/* Phase 2 is corrected inplace, so copy input first */
guint y_offset, y_per_thread, threaded_h;