From 2f438e5d238840b96414079d17f1b56ab1fba9a5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Mar 2009 18:12:44 +0100 Subject: tag_id3: parse ID3 tags in AIFF files Added a small AIFF parser library, code copied from the RIFF parser (big-endian integers). Look for an "ID3" chunk, and let libid3tag parse it. --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2b75b9955..729df26b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,6 +104,7 @@ mpd_headers = \ src/playlist_save.h \ src/playlist_state.h \ src/riff.h \ + src/aiff.h \ src/queue.h \ src/queue_print.h \ src/queue_save.h \ @@ -232,7 +233,7 @@ endif if HAVE_ID3TAG src_mpd_SOURCES += src/tag_id3.c \ - src/riff.c + src/riff.c src/aiff.c endif # archive plugins @@ -560,8 +561,8 @@ test_software_volume_SOURCES = test/software_volume.c \ src/pcm_volume.c if HAVE_ID3TAG -test_run_decoder_SOURCES += src/tag_id3.c src/riff.c -test_read_tags_SOURCES += src/tag_id3.c src/riff.c +test_run_decoder_SOURCES += src/tag_id3.c src/riff.c src/aiff.c +test_read_tags_SOURCES += src/tag_id3.c src/riff.c src/aiff.c endif endif -- cgit v1.2.3