Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-17 | Add Automake conditional for zstd stream compression support | David Oberhollenzer | |
In addition to the preprocessor define, use an Automake conditional for optional compilation of the zstd stream tests. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-09-17 | Add a check whether libzstd supports stream compression | David Oberhollenzer | |
Streaming compression was added fairly recently to zstd (and then the API was changed a few times). Rather than rely on libzstd versioning macros, this commit adds an m4 script to test at configure time if the enums/functions we need are available by trying to compile a small sample. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |