aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/_ogg_common.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:06 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:27:06 +0200
commit08bdb43bef5173f045a868289b05a4a698ab811e (patch)
tree1617e8a043be98b1ab4a8336f90b1350526593fc /src/inputPlugins/_ogg_common.h
parent4a87f1e8159c5d26cba08b895b8c4eb5251cf4ba (diff)
downloadmpd-08bdb43bef5173f045a868289b05a4a698ab811e.tar.gz
mpd-08bdb43bef5173f045a868289b05a4a698ab811e.tar.xz
mpd-08bdb43bef5173f045a868289b05a4a698ab811e.zip
moved InputPlugin to decoder_api.h
InputPlugin is the API which is implemented by a decoder plugin. This belongs to the public API/ABI, so move it to decoder_api.h. It will later be renamed to something like "decoder_plugin".
Diffstat (limited to 'src/inputPlugins/_ogg_common.h')
-rw-r--r--src/inputPlugins/_ogg_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputPlugins/_ogg_common.h b/src/inputPlugins/_ogg_common.h
index 3e997e95b..3382e2860 100644
--- a/src/inputPlugins/_ogg_common.h
+++ b/src/inputPlugins/_ogg_common.h
@@ -22,7 +22,7 @@
#ifndef _OGG_COMMON_H
#define _OGG_COMMON_H
-#include "../inputPlugin.h"
+#include "../decoder_api.h"
#if defined(HAVE_OGGFLAC) || defined(HAVE_OGGVORBIS) || \
(defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT > 7)