decoder/vorbis: move code to vorbis_comment.c

This commit is contained in:
Max Kellermann
2012-02-11 10:04:02 +01:00
parent 6868ceae9b
commit c8a990b9d3
4 changed files with 171 additions and 104 deletions
+4 -1
View File
@@ -536,7 +536,10 @@ libdecoder_plugins_a_SOURCES += \
endif
if ENABLE_VORBIS_DECODER
libdecoder_plugins_a_SOURCES += src/decoder/vorbis_decoder_plugin.c
libdecoder_plugins_a_SOURCES += \
src/decoder/vorbis_comments.c \
src/decoder/vorbis_comments.h \
src/decoder/vorbis_decoder_plugin.c
endif
if HAVE_FLAC