mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c.
It would be too annoying to update other build systems just because of this.
This commit is contained in:
parent
a322f70ad9
commit
013de2b5ab
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ liblzma_la_SOURCES += lzma/lzma_common.h
|
||||||
|
|
||||||
if COND_FILTER_LZMA1
|
if COND_FILTER_LZMA1
|
||||||
liblzma_la_SOURCES += \
|
liblzma_la_SOURCES += \
|
||||||
lzma/lzma_presets.c
|
lzma/lzma_encoder_presets.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if COND_ENCODER_LZMA1
|
if COND_ENCODER_LZMA1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
/// \file lzma_presets.c
|
/// \file lzma_encoder_presets.c
|
||||||
/// \brief Encoder presets
|
/// \brief Encoder presets
|
||||||
/// \note xz needs this even when only decoding is enabled.
|
/// \note xz needs this even when only decoding is enabled.
|
||||||
//
|
//
|
Loading…
Reference in a new issue