summaryrefslogtreecommitdiff
path: root/Makefile.defaults
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.defaults
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.defaults')
-rw-r--r--Makefile.defaults8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index ee998f2b6..a17b1d02e 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -53,6 +53,10 @@ NETSURF_USE_PNG := YES
# Valid options: YES, NO (at least one of PNG/MNG highly recommended)
NETSURF_USE_MNG := YES
+# Enable NetSurf's use of libwebp/libvpx for displaying WebPs
+# Valid options: YES, NO
+NETSURF_USE_WEBP := NO
+
# Enable NetSurf's use of libharu for PDF export and GTK printing support.
# There is no auto-detection available for this, as it does not have a
# pkg-config file.
@@ -201,6 +205,10 @@ ifeq ($(TARGET),amiga)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := YES
+ # Enable NetSurf's use of libwebp/libvpx for displaying WebPs
+ # Valid options: YES, NO
+ NETSURF_USE_WEBP := YES
+
# Enable NetSurf's use of libsvgtiny for displaying SVGs
# (NB: Requires NETSURF_AMIGA_USE_CAIRO)
# Valid options: YES, NO