split metadata.c into metadata_object.c and metadata_iterators.c

This commit is contained in:
Josh Coalson
2002-05-30 05:23:38 +00:00
parent 089f3be9b0
commit 90ced91cc4
5 changed files with 562 additions and 481 deletions

View File

@@ -48,7 +48,8 @@ libFLAC_la_SOURCES = \
lpc.c \
md5.c \
memory.c \
metadata.c \
metadata_iterators.c \
metadata_object.c \
seek_table.c \
seekable_stream_decoder.c \
stream_decoder.c \