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:
@@ -30,8 +30,6 @@ OBJS = \
|
||||
bitmath.o \
|
||||
cpu.o \
|
||||
crc.o \
|
||||
encoder.o \
|
||||
encoder_framing.o \
|
||||
file_decoder.o \
|
||||
fixed.o \
|
||||
format.o \
|
||||
@@ -40,6 +38,8 @@ OBJS = \
|
||||
memory.o \
|
||||
seek_table.o \
|
||||
stream_decoder.o \
|
||||
stream_encoder.o \
|
||||
stream_encoder_framing.o \
|
||||
i386/cpu_asm.o \
|
||||
i386/fixed_asm.o \
|
||||
i386/lpc_asm.o
|
||||
|
||||
Reference in New Issue
Block a user