summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-20 23:32:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-20 23:32:44 +0000
commit7ec2cc7f8ee03a02662f5071164f7939dd44b8f3 (patch)
tree4719a63c5d630a403fca6b089e74d8ecb164474c /Makefile.defaults
parent99ef43c9fecf60d4dff8448872cfc81c097579c3 (diff)
downloadnetsurf-7ec2cc7f8ee03a02662f5071164f7939dd44b8f3.tar.gz
netsurf-7ec2cc7f8ee03a02662f5071164f7939dd44b8f3.tar.bz2
Update to use official libwebp 0.1
Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index cd70eefb3..adcc2f799 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -53,7 +53,7 @@ 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
+# Enable NetSurf's use of libwebp for displaying WebPs
# Valid options: YES, NO
NETSURF_USE_WEBP := NO
@@ -220,7 +220,7 @@ ifeq ($(TARGET),amiga)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := YES
- # Enable NetSurf's use of libwebp/libvpx for displaying WebPs
+ # Enable NetSurf's use of libwebp for displaying WebPs
# Valid options: YES, NO
NETSURF_USE_WEBP := YES
@@ -340,7 +340,7 @@ ifeq ($(TARGET),atari)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := NO
- # Enable NetSurf's use of libwebp/libvpx for displaying WebPs
+ # Enable NetSurf's use of libwebp for displaying WebPs
# Valid options: YES, NO
NETSURF_USE_WEBP := NO
@@ -379,7 +379,7 @@ ifeq ($(TARGET),cocoa)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := NO
- # Enable NetSurf's use of libwebp/libvpx for displaying WebPs
+ # Enable NetSurf's use of libwebp for displaying WebPs
# Valid options: YES, NO
NETSURF_USE_WEBP := NO