diff --git a/Makefile.common b/Makefile.common index dad4b381f4..e342c9ef7e 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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