summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-03 20:41:31 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-03 20:41:31 +0000
commitc0b63c111b86492f0571efeab5183ba1ff2be5ad (patch)
tree0459211768f9744c2a31c975614509025442c978 /Makefile.sources
parentc46e0e60155c204651ce67504e10b8523bfcbdc9 (diff)
downloadnetsurf-c0b63c111b86492f0571efeab5183ba1ff2be5ad.tar.gz
netsurf-c0b63c111b86492f0571efeab5183ba1ff2be5ad.tar.bz2
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
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources3
1 files changed, 2 insertions, 1 deletions
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