Commit 41c5fbbb authored by Max Kellermann's avatar Max Kellermann

renamed inputPlugin.* to decoder_list.*

Since inputPlugin.c manages the list of registered decoders, we should rename the source file.
parent f5711e28
......@@ -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 \
......
......@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "inputPlugin.h"
#include "decoder_list.h"
#include "decoder_api.h"
extern struct decoder_plugin mp3Plugin;
......
......@@ -22,7 +22,7 @@
#include "../utils.h"
#include "../log.h"
#include "../inputPlugin.h"
#include "../decoder_list.h"
/* this code was based on flac123, from flac-tools */
......
......@@ -19,7 +19,7 @@
#ifndef LS_H
#define LS_H
#include "inputPlugin.h"
#include "decoder_list.h"
int lsPlaylists(int fd, const char *utf8path);
......
......@@ -32,7 +32,7 @@
#include "log.h"
#include "permission.h"
#include "replayGain.h"
#include "inputPlugin.h"
#include "decoder_list.h"
#include "audioOutput.h"
#include "inputStream.h"
#include "state_file.h"
......
......@@ -24,7 +24,7 @@
#include "log.h"
#include "path.h"
#include "playlist.h"
#include "inputPlugin.h"
#include "decoder_list.h"
#include "decoder_api.h"
#include "myfprintf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment