Last change
on this file since 108913 was 108913, checked in by vboxsync, 4 weeks ago |
libs/liblzma: Liblzma ose fix. jiraref:VBP-1635
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
358 bytes
|
Line | |
---|
1 | ## SPDX-License-Identifier: 0BSD
|
---|
2 | ## Author: Lasse Collin
|
---|
3 |
|
---|
4 | EXTRA_DIST += rangecoder/price_tablegen.c
|
---|
5 |
|
---|
6 | liblzma_la_SOURCES += rangecoder/range_common.h
|
---|
7 |
|
---|
8 | if COND_ENCODER_LZMA1
|
---|
9 | liblzma_la_SOURCES += \
|
---|
10 | rangecoder/range_encoder.h \
|
---|
11 | rangecoder/price.h \
|
---|
12 | rangecoder/price_table.c
|
---|
13 | endif
|
---|
14 |
|
---|
15 | if COND_DECODER_LZMA1
|
---|
16 | liblzma_la_SOURCES += rangecoder/range_decoder.h
|
---|
17 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.