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 --- render/box_construct.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index d99e5deec..44fcb54b1 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -86,6 +86,9 @@ static const content_type image_types[] = { #endif #ifdef WITH_AMIGA_ICON CONTENT_AMIGA_ICON, +#endif +#ifdef WITH_APPLE_IMAGE + CONTENT_APPLE_IMAGE, #endif CONTENT_UNKNOWN }; -- cgit v1.2.3