aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_mp3.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-26 11:29:44 +0100
committerMax Kellermann <max@duempel.org>2008-10-26 11:29:44 +0100
commitece8c1347caae044db0fc4565ed3db6028d7b90e (patch)
tree27ec1bee18cd10b6997a9a44a4043dd4a4449153 /src/output/shout_mp3.c
parente11355f47d545fe523b019481415b1347aecd4bd (diff)
downloadmpd-ece8c1347caae044db0fc4565ed3db6028d7b90e.tar.gz
mpd-ece8c1347caae044db0fc4565ed3db6028d7b90e.tar.xz
mpd-ece8c1347caae044db0fc4565ed3db6028d7b90e.zip
renamed src/audioOutputs/ to src/output/
Again, no CamelCase in the directory name.
Diffstat (limited to '')
-rw-r--r--src/output/shout_mp3.c (renamed from src/audioOutputs/audioOutput_shout_mp3.c)3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/audioOutputs/audioOutput_shout_mp3.c b/src/output/shout_mp3.c
index 722079b29..e57b0c385 100644
--- a/src/audioOutputs/audioOutput_shout_mp3.c
+++ b/src/output/shout_mp3.c
@@ -16,12 +16,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../output_api.h"
+#include "shout_plugin.h"
#ifdef HAVE_SHOUT_MP3
#include "../utils.h"
-#include "audioOutput_shout.h"
#include <lame/lame.h>
struct lame_data {