aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/musicpd
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-30 22:11:15 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-30 22:12:03 +0200
commita820865e1189521dec861508df9cee9d37e82778 (patch)
tree79e6457a2f6a7c3d6c45dc2e57540a7c282691d3 /recipes/musicpd
parent6981c76b60a082c79d33afc18d56b96a92395796 (diff)
downloadopenembedded-a820865e1189521dec861508df9cee9d37e82778.tar.gz
musicpd : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/musicpd')
-rw-r--r--recipes/musicpd/mpd/fix-mod-support.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes/musicpd/mpd/fix-mod-support.patch b/recipes/musicpd/mpd/fix-mod-support.patch
deleted file mode 100644
index f9010abd9b..0000000000
--- a/recipes/musicpd/mpd/fix-mod-support.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: mpd/src/inputPlugins/mod_plugin.c
-===================================================================
---- mpd.orig/src/inputPlugins/mod_plugin.c
-+++ mpd/src/inputPlugins/mod_plugin.c
-@@ -62,10 +62,16 @@ static MDRIVER drv_mpd = {
- NULL,
- "MPD",
- "MPD Output Driver v0.1",
-+
- 0,
- 255,
-- "mpd",
-- NULL,
-+#if (LIBMIKMOD_VERSION > 0x030106)
-+ "mpd", /* alias */
-+ NULL, /* cmd help line*/
-+#endif
-+#if (LIBMIKMOD_VERSION >= 0x030200)
-+ NULL, /*Command Line */
-+#endif
- mod_mpd_IsThere,
- VC_SampleLoad,
- VC_SampleUnload,