jpeginfo: mostly finish Exif decoding

Diminishing returns and all.
This commit is contained in:
2021-12-05 16:08:12 +01:00
parent 1ae803a62e
commit 8e2958051d
2 changed files with 67 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
SHELL = /bin/sh
# libjq 1.6 lacks a pkg-config file, and there is no release in sight.
CFLAGS = -g -O2 -Wall -Wextra `pkg-config --cflags $(deps)`
# libjq 1.6 is required.
LDLIBS = -ljq `pkg-config --libs $(deps)`
deps = libpng