Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: ANNOUNCE: vdr-xine-0.0.3



Also sprach Alexander Rieger zu "17.12.2003 21:46" Anno Domini:
> Sascha Volkenandt wrote:
>>
> 
>> I've got problems getting xine ro tun. I've deinstalled all old xine
>> stuff and installed vdr-xine-0.0.3 and a new xine-lib/ui (today's
>> cvs). After applying the patch and compiling/installing everything,
>> xine doesn't find the input plugin anymore. It is listed in the list
>> of loaded plugins (strace also shows a successful load of the
>> plugin-lib), but it says "Couldn't find input plugin for MRL". 0.0.2
>> with an older xine worked fine.
> 
> 
> Same here.
> 
> Sascha: Do you also get the following message when starting xine with
> '--verbose'?
> 
> --- snip -----
> load_plugins: plugin
> usr/local/lib/xine/plugins/1.0.0/xineplug_inp_vdr.so found
> load_plugins: ignoring plugin vdr, wrong iface version 13 (should be 14)
> --- snip -----
> 
> Reinhard: Any hints?
> 
> (maybe you could tell us the date of your cvs checkout / update?)

The attached patch solved it for me!
-- 
Patrick Cernko | mailto:errror@errror.de | http://www.errror.de
Quote of the Week: "/vmlinuz does not exist.
                    Installing from scratch, eh?"
                   (Debian Kernel Installation)
diff -ur --exclude Makefile xine-0.0.3.orig/input-plugin/input_vdr.c xine-0.0.3/input-plugin/input_vdr.c
--- xine-0.0.3.orig/input-plugin/input_vdr.c	2003-11-30 20:30:32.000000000 +0100
+++ xine-0.0.3/input-plugin/input_vdr.c	2003-12-17 14:42:06.000000000 +0100
@@ -998,6 +998,6 @@
 
 plugin_info_t xine_plugin_info[] = {
   /* type, API, "name", version, special_info, init_function */
-  { PLUGIN_INPUT, 13, "vdr", XINE_VERSION_CODE, NULL, init_class },
+  { PLUGIN_INPUT, 14, "vdr", XINE_VERSION_CODE, NULL, init_class },
   { PLUGIN_NONE, 0, "", 0, NULL, NULL }
 };

Attachment: pgp00012.pgp
Description: PGP signature


Home | Main Index | Thread Index