From f3715665c0a22d8c089658e5ab049f419786c5c0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 14 Mar 2006 09:33:14 +0000 Subject: [PATCH] Added 21 as the version number of xine video plugin to allow it work with latest versions of xine. --- src/osgPlugins/xine/video_out_rgb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/xine/video_out_rgb.c b/src/osgPlugins/xine/video_out_rgb.c index fd15a55a5..5606fffbd 100644 --- a/src/osgPlugins/xine/video_out_rgb.c +++ b/src/osgPlugins/xine/video_out_rgb.c @@ -2787,6 +2787,7 @@ plugin_info_t xine_plugin_info[] = { /* type, API, "name", version, special_info, init_function */ { PLUGIN_VIDEO_OUT, 20, "rgb", XINE_VERSION_CODE, &vo_info_rgbout, init_class}, + { PLUGIN_VIDEO_OUT, 21, "rgb", XINE_VERSION_CODE, &vo_info_rgbout, init_class}, { PLUGIN_NONE, 0, "", 0, NULL, NULL} };