Fix build if NETSURF_USE_PNG := yes and NETSURF_USE_MNG := no

svn path=/trunk/netsurf/; revision=5332
This commit is contained in:
John Mark Bell 2008-09-15 20:54:03 +00:00
parent f2d6c62d7b
commit c446540109
1 changed files with 3 additions and 1 deletions

View File

@ -43,8 +43,10 @@ typedef enum {
CONTENT_BMP,
CONTENT_ICO,
#endif
#ifdef WITH_MNG
#if defined(WITH_MNG) || defined(WITH_PNG)
CONTENT_PNG,
#endif
#ifdef WITH_MNG
CONTENT_JNG,
CONTENT_MNG,
#endif