summaryrefslogtreecommitdiff
path: root/gtk
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 /gtk
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 'gtk')
-rw-r--r--gtk/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.target b/gtk/Makefile.target
index 1ab4f3ca4..17dc8619e 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -24,7 +24,7 @@
$(eval $(call pkg_config_find_and_add,PNG,libpng,PNG ))
# no pkg-config for this library
- $(eval $(call feature_enabled,WEBP,-DWITH_WEBP,-lwebp -lvpx,WebP (libwebp)))
+ $(eval $(call feature_enabled,WEBP,-DWITH_WEBP,-lwebp,WebP (libwebp)))
GTKCFLAGS := -std=c99 -Dgtk -Dnsgtk \
-DGTK_DISABLE_DEPRECATED \