From f7916866e3e4a81a2ba69d75b04ee6c45673429e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 4 Jan 2014 17:07:11 +0000 Subject: remove all references to using libMNG --- Makefile.defaults | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Makefile.defaults') 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 -- cgit v1.2.3