diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:18 +0200 |
commit | 8a4970f863b03550123d1b4595cf69838a93e774 (patch) | |
tree | fceabe5effacc9e910c74cad535999f3a3a2adf3 /src/Makefile.am | |
parent | 7d3429a6d89634f098770f7dce8442f59aac9890 (diff) | |
download | mpd-8a4970f863b03550123d1b4595cf69838a93e774.tar.gz mpd-8a4970f863b03550123d1b4595cf69838a93e774.tar.xz mpd-8a4970f863b03550123d1b4595cf69838a93e774.zip |
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |