mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces
This commit is contained in:
@@ -42,8 +42,6 @@ libFLAC_la_SOURCES = \
|
||||
bitmath.c \
|
||||
cpu.c \
|
||||
crc.c \
|
||||
encoder.c \
|
||||
encoder_framing.c \
|
||||
file_decoder.c \
|
||||
fixed.c \
|
||||
format.c \
|
||||
@@ -51,4 +49,6 @@ libFLAC_la_SOURCES = \
|
||||
md5.c \
|
||||
memory.c \
|
||||
seek_table.c \
|
||||
stream_decoder.c
|
||||
stream_decoder.c \
|
||||
stream_encoder.c \
|
||||
stream_encoder_framing.c
|
||||
|
||||
Reference in New Issue
Block a user