jcelaya / hdrmerge

HDR exposure merging
http://jcelaya.github.io/hdrmerge/
Other
371 stars 78 forks source link

Use UniquePtr instead of AutoPtr #224

Closed sjuxax closed 1 year ago

sjuxax commented 1 year ago

This is required to build with exiv2 0.28+, which dropped Exiv2::*::AutoPtr. I simply replaced occurrences of that with UniquePtr and it seem to work OK. It may not be correct, but it got me running again. :)

sjuxax commented 1 year ago

Just saw #222 which appears to be a more complete version of the same fix. Closing.