(Vita) Add HAVE_IMAGEVIEWER for Vita too

This commit is contained in:
twinaphex 2016-07-31 15:04:56 +02:00
parent ee68bbe8e4
commit 3648ed583d

View File

@ -227,6 +227,7 @@ else ifeq ($(platform), vita)
HAVE_RJPEG := 1
HAVE_RBMP := 1
HAVE_RTGA := 1
HAVE_IMAGEVIEWER := 1
HAVE_ZLIB := 1
HAVE_7ZIP := 1
HAVE_VITA2D := 1
@ -304,6 +305,10 @@ ifeq ($(HAVE_RTGA), 1)
CFLAGS += -DHAVE_RTGA
endif
ifeq ($(HAVE_IMAGEVIEWER), 1)
CFLAGS += -DHAVE_IMAGEVIEWER
endif
ifeq ($(HAVE_7ZIP), 1)
CFLAGS += -DHAVE_7ZIP
endif