From b4c14c09230b4e6f286e77dde57713724d40ef42 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 17 May 2007 22:22:53 +0100 Subject: Clean up the vdr plugins' makefile; mark the plugin info as EXPORTED. --- src/vdr/input_vdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vdr/input_vdr.c') diff --git a/src/vdr/input_vdr.c b/src/vdr/input_vdr.c index 918e0d0d5..1f82def28 100644 --- a/src/vdr/input_vdr.c +++ b/src/vdr/input_vdr.c @@ -2536,7 +2536,7 @@ static void *init_class(xine_t *xine, void *data) * exported plugin catalog entry */ -plugin_info_t xine_plugin_info[] = +plugin_info_t xine_plugin_info[] EXPORTED = { /* type, API, "name", version, special_info, init_function */ { PLUGIN_INPUT, 17, "VDR", XINE_VERSION_CODE, NULL, init_class }, -- cgit v1.2.3