>From 60f022e86b42b36278cff988665fc8a3c65439cf Mon Sep 17 00:00:00 2001 From: toney <to...@jah-data.(none)> Date: Sat, 24 Oct 2009 12:39:37 -0700 Subject: [PATCH 4/4] Add hively plugin to decoder_list.c.
--- src/decoder_list.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/decoder_list.c b/src/decoder_list.c index d30611e..8ecaeb5 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -44,6 +44,7 @@ extern const struct decoder_plugin sidplay_decoder_plugin; extern const struct decoder_plugin wildmidi_decoder_plugin; extern const struct decoder_plugin fluidsynth_decoder_plugin; extern const struct decoder_plugin ffmpeg_decoder_plugin; +extern const struct decoder_plugin hively_decoder_plugin; static const struct decoder_plugin *const decoder_plugins[] = { #ifdef HAVE_MAD @@ -97,6 +98,9 @@ static const struct decoder_plugin *const decoder_plugins[] = { #ifdef HAVE_FFMPEG &ffmpeg_decoder_plugin, #endif +//#ifdef HAVE_HIVELY + &hively_decoder_plugin, +//#endif }; enum { -- 1.6.3.1 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Musicpd-dev-team mailing list Musicpd-dev-team@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team