mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Fix build with HAVE_SDL_IMAGE is not defined.
This commit is contained in:
parent
cc46e0ba53
commit
8a3a7572b4
5
Makefile
5
Makefile
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user