summaryrefslogtreecommitdiff
path: root/src/vdr/post_vdr.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 22:22:53 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 22:22:53 +0100
commitb4c14c09230b4e6f286e77dde57713724d40ef42 (patch)
tree52a292c5273452992fac07eb5394ee2678279717 /src/vdr/post_vdr.c
parentbad617620b00eeaed9ea9bcf79737292c17b03e2 (diff)
downloadxine-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/post_vdr.c')
-rw-r--r--src/vdr/post_vdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr/post_vdr.c b/src/vdr/post_vdr.c
index b47ff3312..fd95b371f 100644
--- a/src/vdr/post_vdr.c
+++ b/src/vdr/post_vdr.c
@@ -33,7 +33,7 @@
static post_info_t vdr_video_special_info = { XINE_POST_TYPE_VIDEO_FILTER };
static post_info_t vdr_audio_special_info = { XINE_POST_TYPE_AUDIO_FILTER };
-plugin_info_t xine_plugin_info[] =
+plugin_info_t xine_plugin_info[] EXPORTED =
{
/* type, API, "name", version, special_info, init_function */
{ PLUGIN_POST, 9, "vdr" , XINE_VERSION_CODE, &vdr_video_special_info, &vdr_video_init_plugin },