summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
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 23cdc6203..bcb2cc170 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -68,6 +68,9 @@ typedef enum {
#if defined(WITH_NS_SVG) || defined(WITH_RSVG)
CONTENT_SVG,
#endif
+#ifdef WITH_WEBP
+ CONTENT_WEBP,
+#endif
/* these must be the last two */
CONTENT_OTHER,
CONTENT_UNKNOWN /**< content-type not received yet */