Fix build with HAVE_SDL_IMAGE is not defined.

This commit is contained in:
Themaister 2012-11-26 23:13:16 +01:00
parent cc46e0ba53
commit 8a3a7572b4

View File

@ -24,6 +24,7 @@ OBJ = retroarch.o \
gfx/scaler/pixconv.o \
gfx/scaler/scaler_int.o \
gfx/scaler/filter.o \
gfx/image.o \
performance.o
JOYCONFIG_OBJ = tools/retroarch-joyconfig.o \
@ -238,9 +239,9 @@ ifeq ($(HAVE_XML), 1)
endif
ifeq ($(HAVE_XML), 1)
OBJ += gfx/state_tracker.o gfx/image.o
OBJ += gfx/state_tracker.o
else ifeq ($(HAVE_CG), 1)
OBJ += gfx/state_tracker.o gfx/image.o
OBJ += gfx/state_tracker.o
endif
ifeq ($(HAVE_DYLIB), 1)