Enable libpng by default.

Libmng/lcms can't cope with certain PNGs (particularly, xkcd.com)

svn path=/trunk/netsurf/; revision=7166
This commit is contained in:
John Mark Bell 2009-04-21 14:09:53 +00:00
parent 7204f20a62
commit c90f927a9b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ NETSURF_USE_JPEG := YES
# 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)
NETSURF_USE_PNG := NO
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)