aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma_presets.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c.Lasse Collin1-64/+0
It would be too annoying to update other build systems just because of this.
2015-11-03Build: Build LZMA1/2 presets also when only decoder is wanted.Lasse Collin1-0/+64
People shouldn't rely on the presets when decoding raw streams, but xz uses the presets as the starting point for raw decoder options anyway. lzma_encocder_presets.c was renamed to lzma_presets.c to make it clear it's not used solely by the encoder code.