mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
libchdr requires both 7zip and zlib
This commit is contained in:
parent
8ff5c00600
commit
72bf298701
@ -1433,6 +1433,7 @@ OBJ += $(ZLIB_OBJS)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_7ZIP), 1)
|
||||
ifeq ($(HAVE_ZLIB), 1)
|
||||
ifeq ($(HAVE_FLAC), 1)
|
||||
DEFINES += -DHAVE_CHD -DWANT_SUBCODE -DWANT_RAW_DATA_SECTOR
|
||||
@ -1445,6 +1446,7 @@ ifeq ($(HAVE_FLAC), 1)
|
||||
$(LIBRETRO_COMM_DIR)/streams/chd_stream.o
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# Video4Linux 2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user