summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
commitf7916866e3e4a81a2ba69d75b04ee6c45673429e (patch)
tree26da28cc369c93b376e1c39a6cd5bf19746b6cbc /Makefile.defaults
parent5a408069c95674bc6e591d0f3a65d3d810746a0f (diff)
downloadnetsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.gz
netsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.bz2
remove all references to using libMNG
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 515f4a042..e11fa1fb6 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -43,16 +43,10 @@ NETSURF_USE_GIF := YES
# Valid options: YES, NO (highly recommended)
NETSURF_USE_JPEG := YES
-# Enable NetSurf's use of libpng for displaying PNGs. If MNG and PNG
-# are both enabled then NetSurf will choose libpng for PNGs, leaving
-# MNGs and JNGs to libmng.
-# Valid options: YES, NO (at least one of PNG/MNG highly recommended)
+# Enable NetSurf's use of libpng for displaying PNGs.
+# Valid options: YES, NO (highly recommended)
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
-
# Enable NetSurf's use of libwebp for displaying WebPs
# Valid options: YES, NO
NETSURF_USE_WEBP := NO