mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Build: Include all zstd files in libretro.
This was previously commented out, and was intentionally changed in zstd so you could use a different xxhash.
This commit is contained in:
parent
c0d5eb360e
commit
14d45c2e77
@ -775,11 +775,8 @@ SOURCES_C += $(ZSTDDIR)/common/debug.c \
|
||||
$(ZSTDDIR)/common/error_private.c \
|
||||
$(ZSTDDIR)/common/fse_decompress.c \
|
||||
$(ZSTDDIR)/common/pool.c \
|
||||
$(ZSTDDIR)/common/threading.c
|
||||
|
||||
#SOURCES_C += $(ZSTDDIR)/common/xxhash.c
|
||||
|
||||
SOURCES_C += \
|
||||
$(ZSTDDIR)/common/threading.c \
|
||||
$(ZSTDDIR)/common/xxhash.c \
|
||||
$(ZSTDDIR)/common/zstd_common.c \
|
||||
$(ZSTDDIR)/compress/fse_compress.c \
|
||||
$(ZSTDDIR)/compress/hist.c \
|
||||
|
Loading…
Reference in New Issue
Block a user