Using xine-lib-vdpau version 1-2-e82fdba2e88d and the make fails with the following;
Linking CXX shared module ../../../lib/osgPlugins-2.8.3/osgdb_txp.so
[ 68%] Built target osgdb_txp
Scanning dependencies of target osgdb_xine
[ 68%] Building C object src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/video_out_rgb.o
/usr/src/OpenSceneGraph-2.8.3/src/osgPlugins/xine/video_out_rgb.c: In function 'rgbout_update_frame_format':
/usr/src/OpenSceneGraph-2.8.3/src/osgPlugins/xine/video_out_rgb.c:2323:30: warning: cast to pointer from integer of different size
/usr/src/OpenSceneGraph-2.8.3/src/osgPlugins/xine/video_out_rgb.c:2326:30: warning: cast to pointer from integer of different size
/usr/src/OpenSceneGraph-2.8.3/src/osgPlugins/xine/video_out_rgb.c:2329:30: warning: cast to pointer from integer of different size
/usr/src/OpenSceneGraph-2.8.3/src/osgPlugins/xine/video_out_rgb.c:2347:30: warning: cast to pointer from integer of different size
/usr/src/OpenSceneGraph-2.8.3/src/osgPlugins/xine/video_out_rgb.c: In function 'init_class':
/usr/src/OpenSceneGraph-2.8.3/src/osgPlugins/xine/video_out_rgb.c:2770:25: error: 'video_driver_class_t' has no member named 'get_identifier'
/usr/src/OpenSceneGraph-2.8.3/src/osgPlugins/xine/video_out_rgb.c:2771:25: error: 'video_driver_class_t' has no member named 'get_description'
make[2]: *** [src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/video_out_rgb.o] Error 1
make[1]: *** [src/osgPlugins/xine/CMakeFiles/osgdb_xine.dir/all] Error 2
make: *** [all] Error 2