mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add bitmath.c
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user