From c0b63c111b86492f0571efeab5183ba1ff2be5ad Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 3 Oct 2010 20:41:31 +0000 Subject: WebP image support, needs libwebp (from trunk/libwebp) and libvpx. Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860 --- Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 452599d4d..57166df51 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -24,7 +24,8 @@ S_COMMON := $(addprefix content/,$(S_CONTENT)) \ $(addprefix desktop/,$(S_DESKTOP)) # S_IMAGE are sources related to image management -S_IMAGE := bmp.c gif.c ico.c jpeg.c mng.c nssprite.c png.c svg.c rsvg.c +S_IMAGE := bmp.c gif.c ico.c jpeg.c mng.c nssprite.c png.c svg.c rsvg.c \ + webp.c S_IMAGE := $(addprefix image/,$(S_IMAGE)) # S_PDF are sources of the pdf plotter + the ones for paged-printing -- cgit v1.2.3