summaryrefslogtreecommitdiffstats
path: root/recipes/mplayer/files/omapfb.patch
diff options
context:
space:
mode:
authorGregoire Gentil <gregoire@gentil.com>2009-04-24 09:16:02 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-24 09:16:02 +0200
commitb4d5cf802d35f58a5c357864eb137c9b45b1cd01 (patch)
treeb6a2dac433495495190b916074fd34c908e7004d /recipes/mplayer/files/omapfb.patch
parentf5daa62a4430164c4f9f7c34e8d7c53e37af8875 (diff)
downloadopenembedded-b4d5cf802d35f58a5c357864eb137c9b45b1cd01.tar.gz
mplayer: reenable vo_omapfb patch
Diffstat (limited to 'recipes/mplayer/files/omapfb.patch')
-rw-r--r--recipes/mplayer/files/omapfb.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/mplayer/files/omapfb.patch b/recipes/mplayer/files/omapfb.patch
index 860cf070f4..2356d80960 100644
--- a/recipes/mplayer/files/omapfb.patch
+++ b/recipes/mplayer/files/omapfb.patch
@@ -8,3 +8,22 @@
extern vo_functions_t video_out_svga;
extern vo_functions_t video_out_png;
extern vo_functions_t video_out_ggi;
+@@ -177,6 +178,7 @@
+ #ifdef CONFIG_FBDEV
+ &video_out_fbdev,
+ &video_out_fbdev2,
++ &video_out_omapfb,
+ #endif
+ #ifdef CONFIG_SVGALIB
+ &video_out_svga,
+--- a/Makefile 2009-02-03 13:45:48.000000000 -0800
++++ b/Makefile 2009-02-03 13:45:50.000000000 -0800
+@@ -551,7 +551,7 @@
+ SRCS_MPLAYER-$(DXR2) += libao2/ao_dxr2.c libvo/vo_dxr2.c
+ SRCS_MPLAYER-$(DXR3) += libvo/vo_dxr3.c
+ SRCS_MPLAYER-$(ESD) += libao2/ao_esd.c
+-SRCS_MPLAYER-$(FBDEV) += libvo/vo_fbdev.c libvo/vo_fbdev2.c
++SRCS_MPLAYER-$(FBDEV) += libvo/vo_fbdev.c libvo/vo_fbdev2.c libvo/vo_omapfb.c libvo/yuv.S
+ SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c
+ SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c
+ SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c libvo/vo_gl2.c