add bitmath.c
This commit is contained in:
parent
eef5670adc
commit
673976d977
@ -11,6 +11,7 @@ endif
|
||||
|
||||
libFLAC_la_SOURCES = \
|
||||
bitbuffer.c \
|
||||
bitmath.c \
|
||||
crc.c \
|
||||
encoder.c \
|
||||
encoder_framing.c \
|
||||
|
@ -8,6 +8,7 @@ DEBUG_CFLAGS = -DFLAC_OVERFLOW_DETECT
|
||||
|
||||
OBJS = \
|
||||
bitbuffer.o \
|
||||
bitmath.o \
|
||||
crc.o \
|
||||
encoder.o \
|
||||
encoder_framing.o \
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
C_FILES= \
|
||||
bitbuffer.c \
|
||||
bitmath.c \
|
||||
crc.c \
|
||||
encoder.c \
|
||||
encoder_framing.c \
|
||||
|
Loading…
Reference in New Issue
Block a user