From 8502eeee6ed0fd620397c5b87d9862e256811712 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 20 Oct 2004 23:08:40 +0000 Subject: check HAVE_SHOUT git-svn-id: https://svn.musicpd.org/mpd/trunk@2287 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audioOutput_shout.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/audioOutput_shout.c') diff --git a/src/audioOutput_shout.c b/src/audioOutput_shout.c index d1f217151..038e96a98 100644 --- a/src/audioOutput_shout.c +++ b/src/audioOutput_shout.c @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "../config.h" + +#ifdef HAVE_SHOUT + #include "audioOutput.h" #include "conf.h" #include "log.h" @@ -189,3 +193,19 @@ AudioOutputPlugin shoutPlugin = shout_play, shout_closeDevice }; + +#else + +#include + +AudioOutputPlugin shoutPlugin = +{ + "shout", + NULL, + NULL, + NULL, + NULL, + NULL +}; + +#endif -- cgit v1.2.3