mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-04-02 12:23:25 +03:00
Fix build if NETSURF_USE_PNG := yes and NETSURF_USE_MNG := no
svn path=/trunk/netsurf/; revision=5332
This commit is contained in:
parent
f2d6c62d7b
commit
c446540109
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user