summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-16 13:50:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-16 13:50:35 +0000
commitb0da0e5067137b5b472647c4259727b3817b2c6e (patch)
tree67cd5f64a8217c98f62d3cf841c4cba045605c7d /Makefile.defaults
parent43029944aea1d3655c675f86d0874d620f65b885 (diff)
downloadnetsurf-b0da0e5067137b5b472647c4259727b3817b2c6e.tar.gz
netsurf-b0da0e5067137b5b472647c4259727b3817b2c6e.tar.bz2
Fix WebP images for little-endian processors, and enable for gtk build.
Direct links work, images embedded in web pages are not showing up - test page at http://www.unsatisfactorysoftware.co.uk/netsurf/webptest/ svn path=/trunk/netsurf/; revision=10886
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 29e5c22a0..0980bcc0a 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -51,7 +51,7 @@ NETSURF_USE_PNG := YES
# Enable NetSurf's use of libmng for displaying MNGs, JNGs and PNGs
# Valid options: YES, NO (at least one of PNG/MNG highly recommended)
-NETSURF_USE_MNG := YES
+NETSURF_USE_MNG := NO
# Enable NetSurf's use of libwebp/libvpx for displaying WebPs
# Valid options: YES, NO
@@ -146,6 +146,10 @@ ifeq ($(TARGET),gtk)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := AUTO
+ # Enable NetSurf's use of libwebp/libvpx for displaying WebPs
+ # Valid options: YES, NO
+ NETSURF_USE_WEBP := YES
+
# Configuration overrides for Mac OS X
ifeq ($(HOST),macosx)
NETSURF_USE_LIBICONV_PLUG := NO