From c94bf68751b9aa63462e6c0631e1d0b307542325 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 23 Oct 2010 13:54:35 +0000 Subject: Do not build with webp support by default on GTK. Firstly, almost noone has the libraries installed. Secondly, it requires a documentation update before it can be enabled. Thirdly, we should be using pkg-config to detect the presence of libraries on platforms that support it. svn path=/trunk/netsurf/; revision=10896 --- Makefile.defaults | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index 71b2afa48..29e5c22a0 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -146,10 +146,6 @@ 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 -- cgit v1.2.3