From dad06c7561d6f0ca0ea8d7f104ade04ab0e051fd Mon Sep 17 00:00:00 2001 From: Bert Date: Mon, 12 Sep 2011 19:28:02 +0200 Subject: Much nicer handling of compile-time features - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings --- config.def.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 022bf9a..b3e1826 100644 --- a/config.def.h +++ b/config.def.h @@ -1,3 +1,15 @@ +#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-54-g00ecf