diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-27 20:28:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-27 20:28:59 +0200 |
| commit | 568e9056043dd57cc0fbb937bf7c963530b35452 (patch) | |
| tree | a142fabfdd99a75bb4b6060bff959d901726d043 /core/io/compression.h | |
| parent | 6fc2fffb459e8c6deb87fe795e8103747f09b077 (diff) | |
| parent | f3436a841a3b59fc3a9deb94d5fdfd1e550d0351 (diff) | |
Merge pull request #12423 from tagcup/zstd_1.3.2
Update zstd to 1.3.2.
Diffstat (limited to 'core/io/compression.h')
| -rw-r--r-- | core/io/compression.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/compression.h b/core/io/compression.h index 22d8109d4f..5a9aedec31 100644 --- a/core/io/compression.h +++ b/core/io/compression.h @@ -38,6 +38,8 @@ public: static int zlib_level; static int gzip_level; static int zstd_level; + static bool zstd_long_distance_matching; + static int zstd_window_log_size; enum Mode { MODE_FASTLZ, |