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:
Unknown W. Brackets 2022-09-05 17:43:05 -07:00
parent c0d5eb360e
commit 14d45c2e77

View File

@ -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 \