summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-03-05 09:49:15 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-03-05 09:49:15 +0000
commit208b98bb44b986e62ff0f80b7e50c9da3e12cb8f (patch)
tree83620f97ee05ddf3a4852607e465b2c1ae114175 /content/content_type.h
parent323d5f3ba1b8ea700215616e42a5fb158ee7006f (diff)
downloadnetsurf-208b98bb44b986e62ff0f80b7e50c9da3e12cb8f.tar.gz
netsurf-208b98bb44b986e62ff0f80b7e50c9da3e12cb8f.tar.bz2
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
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h3
1 files changed, 3 insertions, 0 deletions
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
@@ -74,6 +74,9 @@ typedef enum {
#ifdef WITH_AMIGA_ICON
CONTENT_AMIGA_ICON,
#endif
+#ifdef WITH_APPLE_IMAGE
+ CONTENT_APPLE_IMAGE,
+#endif
/* these must be the last two */
CONTENT_OTHER,
CONTENT_UNKNOWN /**< content-type not received yet */