]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed missing zstdmt_compress.h dependency 896/head
authorYann Collet <cyan@fb.com>
Thu, 19 Oct 2017 19:09:34 +0000 (12:09 -0700)
committerYann Collet <cyan@fb.com>
Thu, 19 Oct 2017 19:09:34 +0000 (12:09 -0700)
commit91535d71ec58b9ef9090c5b4ed39a31243a5ced4
treef0309445dad85270f496f76d5cd9d57da07d8de1
parenteac42534fe4f631606c2d604d5db0b6613cf01cd
fixed missing zstdmt_compress.h dependency

we lose a warning message :
when a job size is chosen < minimum job size for multithreading,
it is automatically resized to minimum size.

If this information is really useful, it should be present in zstd.h now.
programs/fileio.c