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…
Reference in New Issue