From 208b98bb44b986e62ff0f80b7e50c9da3e12cb8f Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Sat, 5 Mar 2011 09:49:15 +0000 Subject: Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency. svn path=/trunk/netsurf/; revision=11911 --- content/content_type.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index 9703c5616..0b086a599 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -73,6 +73,9 @@ typedef enum { #endif #ifdef WITH_AMIGA_ICON CONTENT_AMIGA_ICON, +#endif +#ifdef WITH_APPLE_IMAGE + CONTENT_APPLE_IMAGE, #endif /* these must be the last two */ CONTENT_OTHER, -- cgit v1.2.3