mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Always compile in archive_file right now
This commit is contained in:
parent
93738fae9f
commit
64d1ff2439
@ -971,6 +971,8 @@ endif
|
||||
|
||||
# Compression/Archive
|
||||
|
||||
OBJ += libretro-common/file/archive_file.o
|
||||
|
||||
ifeq ($(HAVE_7ZIP),1)
|
||||
CFLAGS += -I./deps/7zip
|
||||
HAVE_COMPRESSION = 1
|
||||
@ -1144,10 +1146,10 @@ ifeq ($(HAVE_FFMPEG), 1)
|
||||
DEFINES += -Wno-deprecated-declarations -DHAVE_FFMPEG -Iffmpeg
|
||||
endif
|
||||
|
||||
|
||||
ifeq ($(HAVE_COMPRESSION), 1)
|
||||
DEFINES += -DHAVE_COMPRESSION
|
||||
OBJ += libretro-common/file/archive_file.o \
|
||||
tasks/task_decompress.o
|
||||
OBJ += tasks/task_decompress.o
|
||||
endif
|
||||
|
||||
#ifeq ($(HAVE_DIRECTX), 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user