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 --- windows/Makefile.defaults | 3 --- windows/Makefile.target | 1 - 2 files changed, 4 deletions(-) (limited to 'windows') diff --git a/windows/Makefile.defaults b/windows/Makefile.defaults index 68fb7af66..10c9abbf7 100644 --- a/windows/Makefile.defaults +++ b/windows/Makefile.defaults @@ -14,9 +14,6 @@ # Valid options: YES, NO NETSURF_USE_LIBICONV_PLUG := NO - # mng support does not currently build on windows - NETSURF_USE_MNG := NO - # no pdf support NETSURF_USE_HARU_PDF := NO diff --git a/windows/Makefile.target b/windows/Makefile.target index 1cdb4a61a..cad28b575 100644 --- a/windows/Makefile.target +++ b/windows/Makefile.target @@ -16,7 +16,6 @@ $(eval $(call feature_enabled,BMP,-DWITH_BMP,-lnsbmp,BMP (libnsbmp))) $(eval $(call feature_enabled,GIF,-DWITH_GIF,-lnsgif,GIF (libnsgif))) $(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng) )) $(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG (libsvgtiny))) -$(eval $(call feature_enabled,MNG,,-llcms -ljpeg,PNG/JNG/MNG (libmng))) ifneq ($(PKG_CONFIG),) $(eval $(call pkg_config_find_and_add,zlib,ZLib)) -- cgit v1.2.3