diff options
author | Max Kellermann <max@duempel.org> | 2009-11-07 15:57:22 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-07 15:57:22 +0100 |
commit | 2f1bd39be8d0373c34c38fbe4e1249732c3f745b (patch) | |
tree | aca0711369fec52d21029a66eb63beaf09f6f294 /Makefile.am | |
parent | 4624dfcb3077f9f45d49c4ce7a4ee1c98f7f8921 (diff) | |
download | mpd-2f1bd39be8d0373c34c38fbe4e1249732c3f745b.tar.gz mpd-2f1bd39be8d0373c34c38fbe4e1249732c3f745b.tar.xz mpd-2f1bd39be8d0373c34c38fbe4e1249732c3f745b.zip |
command: added command "decoders"
This command prints a list of decoder plugins and their suffixes /
MIME types.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 112b143ca..3ba6613f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,6 +81,7 @@ mpd_headers = \ src/dirvec.h \ src/gcc.h \ src/decoder_list.h \ + src/decoder_print.h \ src/decoder/_flac_common.h \ src/decoder/_ogg_common.h \ src/input_plugin.h \ @@ -212,6 +213,7 @@ src_mpd_SOURCES = \ src/decoder_control.c \ src/decoder_api.c \ src/decoder_internal.c \ + src/decoder_print.c \ src/directory.c \ src/directory_save.c \ src/directory_print.c \ |