summaryrefslogtreecommitdiff
path: root/packages/mplayer/files/omapfb.patch
blob: 5c9bca7a6f86ab38bd0a6327d1af98c9faf2acf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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'