merge of 425cf1b391611c169a1c3b78f1fe86df088902b9
[vuplus_openembedded] / packages / mplayer / files / imageon-video_out.patch
1 --- mplayer/libvo/video_out.c.orig      2006-11-27 12:49:51.000000000 -0800
2 +++ mplayer/libvo/video_out.c   2006-11-27 12:41:59.000000000 -0800
3 @@ -87,6 +87,7 @@ extern vo_functions_t video_out_syncfb;
4  extern vo_functions_t video_out_fbdev;
5  extern vo_functions_t video_out_fbdev2;
6  extern vo_functions_t video_out_w100;
7 +extern vo_functions_t video_out_imageon;
8  extern vo_functions_t video_out_svga;
9  extern vo_functions_t video_out_png;
10  extern vo_functions_t video_out_ggi;
11 @@ -200,6 +201,9 @@ vo_functions_t* video_out_drivers[] =
12  #ifdef HAVE_W100
13         &video_out_w100,
14  #endif
15 +#ifdef HAVE_IMAGEON
16 +       &video_out_imageon,
17 +#endif
18  #ifdef HAVE_SVGALIB
19         &video_out_svga,
20  #endif