From 5090cf6484f5e7464aeba54d19500cc334a80fad Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Feb 2009 18:00:41 +0100 Subject: audio: replaced parseAudioConfig() with audio_format_parse() Added audio_format_parse() in a separate library, with a modern interface: return a GError instead of logging errors. This allows the caller to deal with the error. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 98fe8bea7..2e7b769d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,7 @@ mpd_headers = \ ack.h \ audio.h \ audio_format.h \ + audio_parser.h \ audioOutput.h \ output_internal.h \ output_api.h \ @@ -136,6 +137,7 @@ mpd_SOURCES = \ $(mpd_headers) \ notify.c \ audio.c \ + audio_parser.c \ audioOutput.c \ output_api.c \ output_list.c \ -- cgit v1.2.3