From d9f5cca9b83831c89c8fe93c47100f86e1649fd7 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 31 May 2004 20:59:55 +0000 Subject: mod_plugin, just for tarzeau git-svn-id: https://svn.musicpd.org/mpd/trunk@1263 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/mp3_plugin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/inputPlugins/mp3_plugin.c') diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c index de23b6c7b..8f57fb590 100644 --- a/src/inputPlugins/mp3_plugin.c +++ b/src/inputPlugins/mp3_plugin.c @@ -634,6 +634,8 @@ char * mp3_mimeTypes[] = {"audio/mpeg", NULL}; InputPlugin mp3Plugin = { "mp3", + NULL, + NULL, mp3_decode, NULL, mp3_tagDup, @@ -649,6 +651,8 @@ InputPlugin mp3Plugin = NULL, NULL, NULL, + NULL, + NULL, 0, NULL, NULL -- cgit v1.2.3