瀏覽代碼

zstd: version 1.4.5 update

Add source files needed to properly compile / link to zstd
version 1.4.5
Cristian Adam 5 年之前
父節點
當前提交
2ca54e7179
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 1 1
      Utilities/Scripts/update-zstd.bash
  2. 3 0
      Utilities/cmzstd/CMakeLists.txt

+ 1 - 1
Utilities/Scripts/update-zstd.bash

@@ -8,7 +8,7 @@ readonly name="zstd"
 readonly ownership="zstd upstream <[email protected]>"
 readonly subtree="Utilities/cmzstd"
 readonly repo="https://github.com/facebook/zstd.git"
-readonly tag="v1.3.8"
+readonly tag="v1.4.5"
 readonly shortlog=false
 readonly paths="
   LICENSE

+ 3 - 0
Utilities/cmzstd/CMakeLists.txt

@@ -21,7 +21,10 @@ add_library(cmzstd STATIC
   lib/compress/fse_compress.c
   lib/compress/hist.c
   lib/compress/huf_compress.c
+  lib/compress/zstd_compress_literals.c
   lib/compress/zstd_compress.c
+  lib/compress/zstd_compress_sequences.c
+  lib/compress/zstd_compress_superblock.c
   lib/compress/zstd_double_fast.c
   lib/compress/zstd_fast.c
   lib/compress/zstd_lazy.c