diff options
Diffstat (limited to 'packages/mplayer/files/omapfb.patch')
-rw-r--r-- | packages/mplayer/files/omapfb.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/mplayer/files/omapfb.patch b/packages/mplayer/files/omapfb.patch new file mode 100644 index 0000000000..5c9bca7a6f --- /dev/null +++ b/packages/mplayer/files/omapfb.patch @@ -0,0 +1,29 @@ +--- a/libvo/video_out.c 2008-11-07 11:59:48.000000000 -0800 ++++ b/libvo/video_out.c 2008-11-07 12:01:52.000000000 -0800 +@@ -86,6 +86,7 @@ + extern vo_functions_t video_out_bl; + extern vo_functions_t video_out_fbdev; + extern vo_functions_t video_out_fbdev2; ++extern vo_functions_t video_out_omapfb; + extern vo_functions_t video_out_svga; + extern vo_functions_t video_out_png; + extern vo_functions_t video_out_ggi; +@@ -172,6 +173,7 @@ + #ifdef CONFIG_FBDEV + &video_out_fbdev, + &video_out_fbdev2, ++ &video_out_omapfb, + #endif + #ifdef CONFIG_SVGALIB + &video_out_svga, +--- a/configure 2008-11-07 12:00:32.000000000 -0800 ++++ b/configure 2008-11-07 12:13:31.000000000 -0800 +@@ -4558,7 +4558,7 @@ + fi + if test "$_fbdev" = yes ; then + _def_fbdev='#define CONFIG_FBDEV 1' +- _vosrc="$_vosrc vo_fbdev.c vo_fbdev2.c" ++ _vosrc="$_vosrc vo_fbdev.c vo_fbdev2.c vo_omapfb.c yuv.S" + _vomodules="fbdev $_vomodules" + else + _def_fbdev='#undef CONFIG_FBDEV' |