liblzma: Fix a compilation issue when encoders are disabled.
commit14af758a770c7781af18fb66d6d21ee5b1c27f04
authorJia Tan <jiat0218@gmail.com>
Wed, 5 Oct 2022 12:57:16 +0000 (5 20:57 +0800)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 5 Oct 2022 13:11:33 +0000 (5 16:11 +0300)
treed135020220aabe633bc862a55990e85a94aac7cb
parent6ca5c354bd4620aa7f81da68870eef1b1f26288f
liblzma: Fix a compilation issue when encoders are disabled.

When encoders were disabled and threading enabled, outqueue.c and
outqueue.h were not compiled. The multi threaded decoder required
these files, so compilation failed.
src/liblzma/common/Makefile.inc