X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fchunk_compressor.h;h=4684a61c14e81edda01293ad00a2ef4c94654200;hp=176dc531710d8e82a5b10db7f6ae6af6e4c4689b;hb=4263fdbc0599a27356b6afb9e6bf6daf786c1363;hpb=f37f269be1b81cdd00018db0486e377240093e75 diff --git a/include/wimlib/chunk_compressor.h b/include/wimlib/chunk_compressor.h index 176dc531..4684a61c 100644 --- a/include/wimlib/chunk_compressor.h +++ b/include/wimlib/chunk_compressor.h @@ -59,10 +59,12 @@ struct chunk_compressor { /* Functions that return implementations of the chunk_compressor interface. */ +#ifdef ENABLE_MULTITHREADED_COMPRESSION int new_parallel_chunk_compressor(int out_ctype, u32 out_chunk_size, unsigned num_threads, u64 max_memory, struct chunk_compressor **compressor_ret); +#endif int new_serial_chunk_compressor(int out_ctype, u32 out_chunk_size,