diff options
author | Bert Münnich <ber.t@gmx.com> | 2012-02-11 02:42:52 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2012-02-11 02:42:52 +0100 |
commit | ef0ed3226428c00507e76bdda77c522729ed6809 (patch) | |
tree | 41f4a1675c6a5fada955d331485010d5d0863590 /config.def.h | |
parent | c3c95ab2187037793f9a827a8930eb4080337487 (diff) |
Removed exif support; made gif support non-optional
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 12 |
1 files changed, 0 insertions, 12 deletions
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): */ |