jpeginfo: mostly finish Exif decoding
Diminishing returns and all.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user