From e4483e5e25a1471728a31a18d22ba86def489509 Mon Sep 17 00:00:00 2001 From: Dennis Real Date: Sun, 5 Feb 2012 16:56:29 +0100 Subject: - improved handling of images which have exif tags but not ours - fixed uninitialized pointer in thumbnail mode - added nikon lens info if available --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 501ec89..d6a5a4f 100644 --- a/config.mk +++ b/config.mk @@ -21,7 +21,7 @@ curl ?= 1 debug ?= 0 help ?= 0 xinerama ?= 1 -exif ?= 0 +exif ?= 1 ifeq (${curl},1) CFLAGS += -DHAVE_LIBCURL -- cgit v1.2.3