aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-07 15:14:11 +0100
committerMax Kellermann <max@duempel.org>2009-11-07 15:14:11 +0100
commite3da174fca30c493ec311e41ad3dc6795053757d (patch)
tree38b0465a3eb3109c1b763c2a8907639f0cc3066c /Makefile.am
parentbb862a8cebd19f51d8b49888a9bbb5fdd6bd4384 (diff)
downloadmpd-e3da174fca30c493ec311e41ad3dc6795053757d.tar.gz
mpd-e3da174fca30c493ec311e41ad3dc6795053757d.tar.xz
mpd-e3da174fca30c493ec311e41ad3dc6795053757d.zip
decoder_list: moved suffix/mime_type checks to decoder_plugin.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ffe96e05..112b143ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -403,6 +403,7 @@ DECODER_LIBS = \
DECODER_SRC = \
src/decoder_buffer.c \
+ src/decoder_plugin.c \
src/decoder_list.c
if HAVE_MAD