Build: Removes redundant check for LZMA1 filter support.

This commit is contained in:
Jia Tan 2023-03-22 15:42:04 +08:00
parent 0ba234f692
commit 116e81f002
1 changed files with 1 additions and 4 deletions

View File

@ -7,12 +7,9 @@
EXTRA_DIST += lzma/fastpos_tablegen.c
liblzma_la_SOURCES += lzma/lzma_common.h
if COND_FILTER_LZMA1
liblzma_la_SOURCES += \
lzma/lzma_common.h \
lzma/lzma_encoder_presets.c
endif
if COND_ENCODER_LZMA1
liblzma_la_SOURCES += \