Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 397643
Collapse All | Expand All

(-)OpenSceneGraph-3.0.1/src/osgPlugins/xine/video_out_rgb.c (+6 lines)
Lines 2769-2776 init_class(xine_t* xine, void* vo_visual Link Here
2769
	clear(rgb_class, sizeof(rgbout_class_t));
2769
	clear(rgb_class, sizeof(rgbout_class_t));
2770
2770
2771
	rgb_class->driver_class.open_plugin     = open_plugin;
2771
	rgb_class->driver_class.open_plugin     = open_plugin;
2772
#if XINE_MAJOR_VERSION < 1 || (XINE_MAJOR_VERSION == 1 && XINE_MINOR_VERSION < 2)
2772
	rgb_class->driver_class.get_identifier  = get_identifier;
2773
	rgb_class->driver_class.get_identifier  = get_identifier;
2773
	rgb_class->driver_class.get_description = get_description;
2774
	rgb_class->driver_class.get_description = get_description;
2775
#else
2776
	rgb_class->driver_class.identifier  = get_identifier(NULL);
2777
	rgb_class->driver_class.description = get_description(NULL);
2778
#endif
2779
2774
	rgb_class->driver_class.dispose         = dispose_class;
2780
	rgb_class->driver_class.dispose         = dispose_class;
2775
2781
2776
	return(rgb_class);
2782
	return(rgb_class);

Return to bug 397643