]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed zstd-compress
authorYann Collet <cyan@fb.com>
Sat, 19 Aug 2017 01:30:41 +0000 (18:30 -0700)
committerYann Collet <cyan@fb.com>
Sat, 19 Aug 2017 01:30:41 +0000 (18:30 -0700)
commit166645e7b39502493ce6df1f8025726e5cbee2d3
treefbb7558f1ed8ea7cbf5d1ede8e922b75379c5b90
parentf207b39f5597120b37a04b3974d5865bbc239806
fixed zstd-compress

file-information is dependent on decompression functions.
it should only be enabled when ZSTD_NODECOMPRESS is not set.

also : added zstd-compress compilation test into `make shortest`
Makefile
programs/Makefile
programs/fileio.c
programs/zstdcli.c