From 9d82a24d4c13533fe0ae8a026bc846e6077e94e6 Mon Sep 17 00:00:00 2001 From: Matt Reimer Date: Mon, 27 Nov 2006 21:34:27 +0000 Subject: mplayer_1.0pre8.bb: Add a patch to hook up the imageon driver (making it actually usable), and build the imageon driver for hx4700 as well. --- packages/mplayer/files/imageon-video_out.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/mplayer/files/imageon-video_out.patch (limited to 'packages/mplayer/files/imageon-video_out.patch') diff --git a/packages/mplayer/files/imageon-video_out.patch b/packages/mplayer/files/imageon-video_out.patch new file mode 100644 index 0000000000..fcb7953c1b --- /dev/null +++ b/packages/mplayer/files/imageon-video_out.patch @@ -0,0 +1,20 @@ +--- mplayer/libvo/video_out.c.orig 2006-11-27 12:49:51.000000000 -0800 ++++ mplayer/libvo/video_out.c 2006-11-27 12:41:59.000000000 -0800 +@@ -87,6 +87,7 @@ extern vo_functions_t video_out_syncfb; + extern vo_functions_t video_out_fbdev; + extern vo_functions_t video_out_fbdev2; + extern vo_functions_t video_out_w100; ++extern vo_functions_t video_out_imageon; + extern vo_functions_t video_out_svga; + extern vo_functions_t video_out_png; + extern vo_functions_t video_out_ggi; +@@ -200,6 +201,9 @@ vo_functions_t* video_out_drivers[] = + #ifdef HAVE_W100 + &video_out_w100, + #endif ++#ifdef HAVE_IMAGEON ++ &video_out_imageon, ++#endif + #ifdef HAVE_SVGALIB + &video_out_svga, + #endif -- cgit v1.2.3