diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-05-05 20:53:42 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-24 01:07:32 +0200 |
commit | 75f1a6c26df4ce329da0882786403e3ccf5cd898 (patch) | |
tree | 90da857417efe003de5b64980d0082685bcc5ba3 /src/Makefile.am | |
parent | liblzma: Add new API function lzma_filters_free(). (diff) | |
download | xz-75f1a6c26df4ce329da0882786403e3ccf5cd898.tar.xz |
liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder.
The documentation mentions that lzma_block_encoder() supports
LZMA_SYNC_FLUSH but it was never added to supported_actions[]
in the internal structure. Because of this, LZMA_SYNC_FLUSH could
not be used with the Block encoder unless it was the next coder
after something like stream_encoder() or stream_encoder_mt().
Diffstat (limited to 'src/Makefile.am')
0 files changed, 0 insertions, 0 deletions