mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Uniquely namespace libchdr source files
This commit is contained in:
parent
ca9dd89975
commit
db314ff82f
@ -1500,11 +1500,11 @@ ifeq ($(HAVE_7ZIP), 1)
|
||||
ifeq ($(HAVE_ZLIB), 1)
|
||||
DEFINES += -DHAVE_CHD -DWANT_SUBCODE -DWANT_RAW_DATA_SECTOR
|
||||
CFLAGS += -I$(LIBRETRO_COMM_DIR)/formats/libchdr
|
||||
OBJ += $(LIBRETRO_COMM_DIR)/formats/libchdr/bitstream.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/libchdr/cdrom.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/libchdr/chd.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/libchdr/flac.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/libchdr/huffman.o \
|
||||
OBJ += $(LIBRETRO_COMM_DIR)/formats/libchdr/libchdr_bitstream.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/libchdr/libchdr_cdrom.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/libchdr/libchdr_chd.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/libchdr/libchdr_flac.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/libchdr/libchdr_huffman.o \
|
||||
$(LIBRETRO_COMM_DIR)/streams/chd_stream.o
|
||||
endif
|
||||
endif
|
||||
|
@ -1307,11 +1307,11 @@ DEPENDENCIES
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHD
|
||||
#include "../libretro-common/formats/libchdr/bitstream.c"
|
||||
#include "../libretro-common/formats/libchdr/cdrom.c"
|
||||
#include "../libretro-common/formats/libchdr/chd.c"
|
||||
#include "../libretro-common/formats/libchdr/flac.c"
|
||||
#include "../libretro-common/formats/libchdr/huffman.c"
|
||||
#include "../libretro-common/formats/libchdr/libchdr_bitstream.c"
|
||||
#include "../libretro-common/formats/libchdr/libchdr_cdrom.c"
|
||||
#include "../libretro-common/formats/libchdr/libchdr_chd.c"
|
||||
#include "../libretro-common/formats/libchdr/libchdr_flac.c"
|
||||
#include "../libretro-common/formats/libchdr/libchdr_huffman.c"
|
||||
|
||||
#include "../libretro-common/streams/chd_stream.c"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user