]> git.pld-linux.org Git - packages/OpenSceneGraph.git/blob - xine12.patch
- updated sonames
[packages/OpenSceneGraph.git] / xine12.patch
1 --- OpenSceneGraph-3.0.1/src/osgPlugins/xine/video_out_rgb.c.orig       2012-05-20 11:31:15.157158848 +0200
2 +++ OpenSceneGraph-3.0.1/src/osgPlugins/xine/video_out_rgb.c    2012-05-20 11:38:48.992055552 +0200
3 @@ -2769,8 +2769,8 @@ init_class(xine_t* xine, void* vo_visual
4         clear(rgb_class, sizeof(rgbout_class_t));
5  
6         rgb_class->driver_class.open_plugin     = open_plugin;
7 -       rgb_class->driver_class.get_identifier  = get_identifier;
8 -       rgb_class->driver_class.get_description = get_description;
9 +       rgb_class->driver_class.identifier  = get_identifier;
10 +       rgb_class->driver_class.description = get_description;
11         rgb_class->driver_class.dispose         = dispose_class;
12  
13         return(rgb_class);
This page took 0.075893 seconds and 3 git commands to generate.