dfandrich / gpscorrelate

C program to match GPS tracks to photographs, and store the matches in the EXIF data in the photographs.
https://dfandrich.github.io/gpscorrelate/
GNU General Public License v2.0
24 stars 8 forks source link

Fix build with >=exiv2-0.28 #23

Closed a17r closed 8 months ago

a17r commented 10 months ago

Fixes https://github.com/dfandrich/gpscorrelate/issues/22

Please consider making a new release.

dfandrich commented 8 months ago

Thanks for the PR. I pushed an adaptation of it using macros to reduce the number of #ifdefs in the code.