summaryrefslogtreecommitdiff
path: root/packages/mplayer/files/omapfb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mplayer/files/omapfb.patch')
-rw-r--r--packages/mplayer/files/omapfb.patch23
1 files changed, 2 insertions, 21 deletions
diff --git a/packages/mplayer/files/omapfb.patch b/packages/mplayer/files/omapfb.patch
index 5c9bca7a6f..860cf070f4 100644
--- a/packages/mplayer/files/omapfb.patch
+++ b/packages/mplayer/files/omapfb.patch
@@ -1,5 +1,5 @@
---- 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
+--- /tmp/video_out.c 2009-01-14 16:39:38.000000000 +0100
++++ trunk/libvo/video_out.c 2009-01-14 16:40:11.000000000 +0100
@@ -86,6 +86,7 @@
extern vo_functions_t video_out_bl;
extern vo_functions_t video_out_fbdev;
@@ -8,22 +8,3 @@
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'