diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 22:22:53 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 22:22:53 +0100 |
| commit | b4c14c09230b4e6f286e77dde57713724d40ef42 (patch) | |
| tree | 52a292c5273452992fac07eb5394ee2678279717 /src/vdr/input_vdr.c | |
| parent | bad617620b00eeaed9ea9bcf79737292c17b03e2 (diff) | |
| download | xine-lib-b4c14c09230b4e6f286e77dde57713724d40ef42.tar.gz xine-lib-b4c14c09230b4e6f286e77dde57713724d40ef42.tar.bz2 | |
Clean up the vdr plugins' makefile; mark the plugin info as EXPORTED.
Diffstat (limited to 'src/vdr/input_vdr.c')
| -rw-r--r-- | src/vdr/input_vdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |
