Skip to content

Commit

Permalink
Compile with Lensfun 0.3 version where CCI correction have been
Browse files Browse the repository at this point in the history
removed
  • Loading branch information
sergiomb2 authored and abrander committed Feb 3, 2015
1 parent 7edb120 commit cc31d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lensfun/lensfun.c
Expand Up @@ -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;
Expand Down

0 comments on commit cc31d23

Please sign in to comment.