PhotoFlow
PhotoFlow copied to clipboard
FindLenses override removed in lensfun 0.3.95
The override with two arguments was removed in https://github.com/lensfun/lensfun/commit/df8318c6979674ee968a52b4eb0c7ec1b2308e61 But this project is still using it, e.g. in https://github.com/aferrero2707/PhotoFlow/blob/stable/src/rt/rtengine/rtlensfun.cc#L472
This makes the project fail to build when not using the vendored lensfun lib.
Thanks a lot for pointing this out, will look into that as soon as possible.
One solution is to use rawtherapee version. At least it permits to build with 0.3.95 version of MSYS2 or a self built lensfun from lensfun git.
@JohnAZoidberg I have committed a fix in the stable branch.
@gaaned92 the photoflow code already inherits from RT, but I have an additional piece that handles cases where the EXIF lens name does not match exactly the LF database. That's where the removed function was called...