tag_ape: move code to ape.c

Generic library for scanning APE tags.  Eliminated one "goto"!
This commit is contained in:
Max Kellermann
2010-11-18 21:44:24 +01:00
parent 8f46f1520c
commit 11613347be
4 changed files with 176 additions and 93 deletions
+2
View File
@@ -34,6 +34,7 @@ mpd_headers = \
src/check.h \
src/notify.h \
src/ack.h \
src/ape.h \
src/audio.h \
src/audio_format.h \
src/audio_check.h \
@@ -412,6 +413,7 @@ TAG_LIBS = \
$(ID3TAG_LIBS)
TAG_SRC = \
src/ape.c \
src/tag_ape.c
if HAVE_ID3TAG