mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Build: Update to zstd v1.5.3.
Untagged, so using latest as of now. Has perf improvements.
This commit is contained in:
parent
0e275ef8fc
commit
18c2b04e7a
@ -642,6 +642,10 @@ LIBZSTD_FILES := \
|
||||
$(SRC)/ext/zstd/lib/dictBuilder/fastcover.c \
|
||||
$(SRC)/ext/zstd/lib/dictBuilder/zdict.c
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),x86_64)
|
||||
LIBZSTD_FILES += $(SRC)/ext/zstd/lib/decompress/huf_decompress_amd64.S
|
||||
endif
|
||||
|
||||
LOCAL_MODULE := libzstd
|
||||
LOCAL_SRC_FILES := $(LIBZSTD_FILES)
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
2
ext/zstd
2
ext/zstd
@ -1 +1 @@
|
||||
Subproject commit a488ba114ec17ea1054b9057c26a046fc122b3b6
|
||||
Subproject commit 155d6a58a2a6290710194fd6367d720fca94a923
|
Loading…
Reference in New Issue
Block a user