From ef0ed3226428c00507e76bdda77c522729ed6809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sat, 11 Feb 2012 02:42:52 +0100 Subject: Removed exif support; made gif support non-optional --- config.def.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5316341..dd36224 100644 --- a/config.def.h +++ b/config.def.h @@ -1,15 +1,3 @@ -#ifdef _FEATURE_CONFIG - -/* auto-orientate jpeg files according to their exif tags? - * (requires libexif [-lexif] to be installed) - */ -#define EXIF_SUPPORT 0 -/* load all frames from gif files and support gif animations? - * (requires giflib [-lgif] to be installed) - */ -#define GIF_SUPPORT 0 - -#endif #ifdef _WINDOW_CONFIG /* default window dimensions (overwritten via -g option): */ -- cgit v1.2.3