lensfun detection version issue

Issue #312 closed
jean-luc le corre created an issue

Hello,

I have the latest arch linux lensfun package, compiling ART’s latest version goes wrong, I noticed in compiling output :

-DLENSFUN_VERSION:STRING=0.3.4.0

So I modify in rtlensfun.cc

#if LF_VERSION <= ((3 << 16) | (4 << 8))
#define ART_LENSFUN_LEGACY
#endif

and it works, so I think version’s detection has to be more accurate but I don’t know which is the exact version of master_v0.3.95-1378-gde21e9fc

Best regards

Comments (3)

  1. Log in to comment