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

@@ -55,7 +55,8 @@ OBJS = $(ASM_OBJS) \
lpc.o \
md5.o \
memory.o \
metadata.o \
metadata_iterators.o \
metadata_object.o \
seek_table.o \
seekable_stream_decoder.o \
stream_decoder.o \