From c052d534e7d9485c4ce534f4286c56154ad7f247 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 16 Oct 2010 15:26:28 +0000 Subject: Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly. svn path=/trunk/netsurf/; revision=10890 --- 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 e214edfa6..a241dde43 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -80,6 +80,9 @@ static const content_type image_types[] = { #endif #ifdef WITH_ARTWORKS CONTENT_ARTWORKS, +#endif +#ifdef WITH_WEBP + CONTENT_WEBP, #endif CONTENT_UNKNOWN }; -- cgit v1.2.3