From 8a4970f863b03550123d1b4595cf69838a93e774 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:18 +0200 Subject: added decoder_control.c The source "decoder_control.c" provides an API for controlling the decoder. This replaces various direct accesses to the DecoderControl struct. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 006ccf214..d31783e4f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -107,6 +107,7 @@ mpd_SOURCES = \ crossfade.c \ dbUtils.c \ decode.c \ + decoder_control.c \ decoder_api.c \ directory.c \ decoder_list.c \ -- cgit v1.2.3