diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:08 +0200 |
commit | 41c5fbbb0790e09e09d487630382e73245524b7a (patch) | |
tree | d57399502e5db91afc4def612aed83572394612a /src/Makefile.am | |
parent | f5711e28daed603c26cf78713837d9c4e1eacdfd (diff) | |
download | mpd-41c5fbbb0790e09e09d487630382e73245524b7a.tar.gz mpd-41c5fbbb0790e09e09d487630382e73245524b7a.tar.xz mpd-41c5fbbb0790e09e09d487630382e73245524b7a.zip |
renamed inputPlugin.* to decoder_list.*
Since inputPlugin.c manages the list of registered decoders, we should
rename the source file.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5d5375f0c..216261ae9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,7 +44,7 @@ mpd_headers = \ decoder_internal.h \ directory.h \ gcc.h \ - inputPlugin.h \ + decoder_list.h \ inputPlugins/_flac_common.h \ inputPlugins/_ogg_common.h \ inputStream.h \ @@ -106,7 +106,7 @@ mpd_SOURCES = \ decode.c \ decoder_api.c \ directory.c \ - inputPlugin.c \ + decoder_list.c \ inputStream.c \ inputStream_file.c \ inputStream_http.c \ |