From f7cbfdf9575df64a5ba6f594912ae18c45a1058e Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 11 Dec 2007 17:22:54 +0000 Subject: Bump the interface version of the VCD plugin (which got missed earlier). --- src/input/vcd/xineplug_inp_vcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/vcd/xineplug_inp_vcd.c b/src/input/vcd/xineplug_inp_vcd.c index c33f73e40..45d9789ba 100644 --- a/src/input/vcd/xineplug_inp_vcd.c +++ b/src/input/vcd/xineplug_inp_vcd.c @@ -1988,7 +1988,7 @@ _("For tracking down bugs in the VCD plugin. Mask values are:\n" const plugin_info_t xine_plugin_info[] EXPORTED = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_INPUT | PLUGIN_MUST_PRELOAD, 17, (char *) SHORT_PLUGIN_NAME, + { PLUGIN_INPUT | PLUGIN_MUST_PRELOAD, 18, (char *) SHORT_PLUGIN_NAME, XINE_VERSION_CODE, NULL, vcd_init }, { PLUGIN_NONE, 0, (char *) "", 0, NULL, NULL } }; -- cgit v1.2.3