From d93e939557d1d79bc0b6234dfb6f672dfd7fe94b Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Fri, 2 Mar 2007 12:14:18 +0000 Subject: Support for libmikmod 3.2.0 betas. git-svn-id: https://svn.musicpd.org/mpd/trunk@5492 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/mod_plugin.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/inputPlugins/mod_plugin.c') diff --git a/src/inputPlugins/mod_plugin.c b/src/inputPlugins/mod_plugin.c index 475937ad..6adb5e19 100644 --- a/src/inputPlugins/mod_plugin.c +++ b/src/inputPlugins/mod_plugin.c @@ -64,8 +64,13 @@ static MDRIVER drv_mpd = { "MPD Output Driver v0.1", 0, 255, - "mpd", - NULL, +#if (LIBMIKMOD_VERSION > 0x030106) + "mpd", /* Alias */ +#if (LIBMIKMOD_VERSION > 0x030200) + NULL, /* CmdLineHelp */ +#endif + NULL, /* CommandLine */ +#endif mod_mpd_IsThere, VC_SampleLoad, VC_SampleUnload, -- cgit v1.2.3