Removed exif support; made gif support non-optional
This commit is contained in:
12
config.def.h
12
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): */
|
||||
|
Reference in New Issue
Block a user