diff options
author | Max Kellermann <max@duempel.org> | 2009-11-07 15:14:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-07 15:14:11 +0100 |
commit | e3da174fca30c493ec311e41ad3dc6795053757d (patch) | |
tree | 38b0465a3eb3109c1b763c2a8907639f0cc3066c /Makefile.am | |
parent | bb862a8cebd19f51d8b49888a9bbb5fdd6bd4384 (diff) | |
download | mpd-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.am | 1 |
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 |