GraphicsMagick: Remove #undef EXPERIMENTAL_EXIF_TAGS so define c...
GraphicsMagick Commits <[email protected]> Wed, 20 Dec 2023 12:33:13 -0600
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.8959.1703097201.7803.graphicsmagick-commit@lists.sourceforge.net> |
changeset 9b6f245d9d2a in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=9b6f245d9d2a summary: Remove #undef EXPERIMENTAL_EXIF_TAGS so define can be added externally. diffstat: coders/tiff.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diffs (12 lines): diff -r 6497b8f34d57 -r 9b6f245d9d2a coders/tiff.c --- a/coders/tiff.c Wed Dec 20 11:28:25 2023 -0600 +++ b/coders/tiff.c Wed Dec 20 12:33:06 2023 -0600 @@ -96,8 +96,6 @@ # define uint32 uint32_t #endif /* TIFFLIB_VERSION */ -#undef EXPERIMENTAL_EXIF_TAGS - /* Set to 1 in order to log low-level BLOB I/O at "coder" level. */