test/read_rva2: new debug program for the RVA2 library

This commit is contained in:
Max Kellermann
2012-04-23 22:30:06 +02:00
parent 404fa89937
commit 6b52d040b1
2 changed files with 124 additions and 0 deletions
+15
View File
@@ -999,6 +999,10 @@ noinst_PROGRAMS = \
test/run_normalize \
test/software_volume
if HAVE_ID3TAG
noinst_PROGRAMS += test/dump_rva2
endif
if HAVE_ALSA
# this debug program is still ALSA specific
noinst_PROGRAMS += test/read_mixer
@@ -1116,6 +1120,17 @@ test_read_tags_SOURCES = test/read_tags.c \
src/timer.c \
$(DECODER_SRC)
if HAVE_ID3TAG
test_dump_rva2_LDADD = \
$(ID3TAG_LIBS) \
$(GLIB_LIBS)
test_dump_rva2_SOURCES = test/dump_rva2.c \
src/riff.c src/aiff.c \
src/tag_handler.c \
src/tag_id3.c \
src/tag_rva2.c
endif
test_run_ntp_server_LDADD = \
$(GLIB_LIBS)
test_run_ntp_server_SOURCES = test/run_ntp_server.c \