X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompress_parallel.c;h=fa7f5dde113750adea8a1b43f12227748cd5109d;hb=2749d984da8e675eca250cf4410958c48afc00a2;hp=d0ce5266464cb4021797cbd2a81c4ed5c5c652c3;hpb=883833a4b3dabec325edf1ca938000f91d587c00;p=wimlib diff --git a/src/compress_parallel.c b/src/compress_parallel.c index d0ce5266..fa7f5dde 100644 --- a/src/compress_parallel.c +++ b/src/compress_parallel.c @@ -26,6 +26,8 @@ # include "config.h" #endif +#ifdef ENABLE_MULTITHREADED_COMPRESSION + #include "wimlib/assert.h" #include "wimlib/chunk_compressor.h" #include "wimlib/error.h" @@ -534,3 +536,5 @@ err: parallel_chunk_compressor_destroy(&ctx->base); return ret; } + +#endif /* ENABLE_MULTITHREADED_COMPRESSION */