add ogg_mapping.c

This commit is contained in:
Josh Coalson 2004-09-03 01:00:46 +00:00
parent eb2a760c26
commit ecc94919cf
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ libOggFLAC_la_SOURCES = \
ogg_decoder_aspect.c \
ogg_encoder_aspect.c \
ogg_helper.c \
ogg_mapping.c \
seekable_stream_decoder.c \
seekable_stream_encoder.c \
stream_decoder.c \

View File

@ -53,6 +53,7 @@ SRCS_C = \
ogg_decoder_aspect.c \
ogg_encoder_aspect.c \
ogg_helper.c \
ogg_mapping.c \
seekable_stream_decoder.c \
seekable_stream_encoder.c \
stream_decoder.c \