summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index e214edfa6..a241dde43 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -81,6 +81,9 @@ static const content_type image_types[] = {
#ifdef WITH_ARTWORKS
CONTENT_ARTWORKS,
#endif
+#ifdef WITH_WEBP
+ CONTENT_WEBP,
+#endif
CONTENT_UNKNOWN };
/* the strings are not important, since we just compare the pointers */