From fb930f28bff4a4b4b37444e3f570904d6db3d06e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Jun 2012 00:01:45 +0000 Subject: Fri Jun 22 00:01:45 UTC 2012 --- community-staging/openscenegraph/osg-xine-1.2.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community-staging/openscenegraph/osg-xine-1.2.patch (limited to 'community-staging/openscenegraph/osg-xine-1.2.patch') diff --git a/community-staging/openscenegraph/osg-xine-1.2.patch b/community-staging/openscenegraph/osg-xine-1.2.patch new file mode 100644 index 000000000..c73b588dc --- /dev/null +++ b/community-staging/openscenegraph/osg-xine-1.2.patch @@ -0,0 +1,14 @@ +diff -wbBur OpenSceneGraph-3.0.1/src/osgPlugins/xine/video_out_rgb.c OpenSceneGraph-3.0.1.my/src/osgPlugins/xine/video_out_rgb.c +--- OpenSceneGraph-3.0.1/src/osgPlugins/xine/video_out_rgb.c 2009-11-20 14:46:20.000000000 +0300 ++++ OpenSceneGraph-3.0.1.my/src/osgPlugins/xine/video_out_rgb.c 2012-01-05 02:15:38.000000000 +0400 +@@ -2769,8 +2769,8 @@ + clear(rgb_class, sizeof(rgbout_class_t)); + + rgb_class->driver_class.open_plugin = open_plugin; +- rgb_class->driver_class.get_identifier = get_identifier; +- rgb_class->driver_class.get_description = get_description; ++ rgb_class->driver_class.identifier = get_identifier(NULL); ++ rgb_class->driver_class.description = get_description(NULL); + rgb_class->driver_class.dispose = dispose_class; + + return(rgb_class); -- cgit v1.2.3-54-g00ecf