mirror of
https://github.com/google/brotli.git
synced 2024-11-08 13:20:05 +00:00
Add the streams.* files to Makefile and setup.py
This commit is contained in:
parent
6a5303304e
commit
09aa9ca410
@ -2,7 +2,7 @@
|
||||
|
||||
include ../shared.mk
|
||||
|
||||
OBJS = backward_references.o block_splitter.o brotli_bit_stream.o encode.o encode_parallel.o entropy_encode.o histogram.o literal_cost.o metablock.o
|
||||
OBJS = backward_references.o block_splitter.o brotli_bit_stream.o encode.o encode_parallel.o entropy_encode.o histogram.o literal_cost.o metablock.o streams.o
|
||||
|
||||
all : $(OBJS)
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -102,6 +102,7 @@ brotli = Extension("brotli",
|
||||
"enc/histogram.cc",
|
||||
"enc/literal_cost.cc",
|
||||
"enc/metablock.cc",
|
||||
"enc/streams.cc",
|
||||
"dec/bit_reader.c",
|
||||
"dec/decode.c",
|
||||
"dec/huffman.c",
|
||||
@ -130,6 +131,7 @@ brotli = Extension("brotli",
|
||||
"enc/prefix.h",
|
||||
"enc/ringbuffer.h",
|
||||
"enc/static_dict.h",
|
||||
"enc/streams.h",
|
||||
"enc/transform.h",
|
||||
"enc/write_bits.h",
|
||||
"dec/bit_reader.h",
|
||||
|
Loading…
Reference in New Issue
Block a user