Update zstd to version 1.4.5

This commit is contained in:
Tino Reichardt
2020-05-27 09:21:09 +02:00
parent a87ef5f0fe
commit 60419a7c0d
76 changed files with 3017 additions and 1523 deletions

8
C/zstd/AdjustZS.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
# /TR 2020-05-27
for i in *.c *.h; do
sed -i 's|include "../common/|include "|g' "$i"
sed -i 's|include "../legacy/|include "|g' "$i"
sed -i 's|include "../zstd.h|include "zstd.h|g' "$i"
done