Last change
on this file since 108911 was 108911, checked in by vboxsync, 4 weeks ago |
libs/liblzma: Applied and adjusted our liblzma changes to 5.8.1 and export to OSE. jiraref:VBP-1635
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
-
Property sync-process
set to
export
|
File size:
306 bytes
|
Line | |
---|
1 | ## SPDX-License-Identifier: 0BSD
|
---|
2 | ## Author: Lasse Collin
|
---|
3 |
|
---|
4 | if COND_ENCODER_LZ
|
---|
5 | liblzma_la_SOURCES += \
|
---|
6 | lz/lz_encoder.c \
|
---|
7 | lz/lz_encoder.h \
|
---|
8 | lz/lz_encoder_hash.h \
|
---|
9 | lz/lz_encoder_hash_table.h \
|
---|
10 | lz/lz_encoder_mf.c
|
---|
11 | endif
|
---|
12 |
|
---|
13 |
|
---|
14 | if COND_DECODER_LZ
|
---|
15 | liblzma_la_SOURCES += \
|
---|
16 | lz/lz_decoder.c \
|
---|
17 | lz/lz_decoder.h
|
---|
18 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.