Commit 16656920 authored by Max Kellermann's avatar Max Kellermann

output/shout: convert to C++

parent e903d009
...@@ -862,7 +862,7 @@ endif ...@@ -862,7 +862,7 @@ endif
if HAVE_SHOUT if HAVE_SHOUT
liboutput_plugins_a_SOURCES += \ liboutput_plugins_a_SOURCES += \
src/output/shout_output_plugin.c src/output/shout_output_plugin.h src/output/ShoutOutputPlugin.cxx src/output/ShoutOutputPlugin.hxx
endif endif
if ENABLE_RECORDER_OUTPUT if ENABLE_RECORDER_OUTPUT
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include "output/PulseOutputPlugin.hxx" #include "output/PulseOutputPlugin.hxx"
#include "output/RecorderOutputPlugin.hxx" #include "output/RecorderOutputPlugin.hxx"
#include "output/RoarOutputPlugin.hxx" #include "output/RoarOutputPlugin.hxx"
#include "output/shout_output_plugin.h" #include "output/ShoutOutputPlugin.hxx"
#include "output/solaris_output_plugin.h" #include "output/solaris_output_plugin.h"
#include "output/WinmmOutputPlugin.hxx" #include "output/WinmmOutputPlugin.hxx"
......
/* /*
* Copyright (C) 2003-2011 The Music Player Daemon Project * Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org * http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef MPD_SHOUT_OUTPUT_PLUGIN_H #ifndef MPD_SHOUT_OUTPUT_PLUGIN_HXX
#define MPD_SHOUT_OUTPUT_PLUGIN_H #define MPD_SHOUT_OUTPUT_PLUGIN_HXX
extern const struct audio_output_plugin shout_output_plugin; extern const struct audio_output_plugin shout_output_plugin;
......
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