1
0
Fork 0
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:
Lasse Collin 2015-11-03 20:55:45 +02:00
parent a322f70ad9
commit 013de2b5ab
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ liblzma_la_SOURCES += lzma/lzma_common.h
if COND_FILTER_LZMA1
liblzma_la_SOURCES += \
lzma/lzma_presets.c
lzma/lzma_encoder_presets.c
endif
if COND_ENCODER_LZMA1

View file

@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////
//
/// \file lzma_presets.c
/// \file lzma_encoder_presets.c
/// \brief Encoder presets
/// \note xz needs this even when only decoding is enabled.
//