aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mplayer/files/pxa_configure.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-03-02 12:45:26 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-03-02 12:45:26 +0000
commitd7e1c4cc66e8f03cae9901290f6982bf4486b29f (patch)
tree0ce9f96b55ab82fba93b2934697533058b7694d9 /packages/mplayer/files/pxa_configure.patch
parent6e097fdb8f668ed6578f013951aec742b29cff61 (diff)
downloadopenembedded-d7e1c4cc66e8f03cae9901290f6982bf4486b29f.tar.gz
mplayer_0.0+1.0rc1.bb : add start of the pxafb overlay driver from Tim Chick
This is a good start to fully working overlay video.
Diffstat (limited to 'packages/mplayer/files/pxa_configure.patch')
-rw-r--r--packages/mplayer/files/pxa_configure.patch47
1 files changed, 47 insertions, 0 deletions
diff --git a/packages/mplayer/files/pxa_configure.patch b/packages/mplayer/files/pxa_configure.patch
new file mode 100644
index 0000000000..85530b77c5
--- /dev/null
+++ b/packages/mplayer/files/pxa_configure.patch
@@ -0,0 +1,47 @@
+Index: MPlayer-1.0rc1/configure
+===================================================================
+--- MPlayer-1.0rc1.orig/configure
++++ MPlayer-1.0rc1/configure
+@@ -1600,6 +1600,7 @@ _vesa=auto
+ _fbdev=auto
+ _w100=no
+ _imageon=no
++_pxa=no
+ _dvb=auto
+ _dvbhead=auto
+ _dxr2=auto
+@@ -1803,6 +1804,8 @@ for ac_option do
+ --disable-w100) _w100=no ;;
+ --enable-imageon) _imageon=yes ;;
+ --disable-imageon) _imageon=no ;;
++ --enable-pxa) _pxa=yes ;;
++ --disable-pxa) _pxa=no ;;
+ --enable-dvb) _dvb=yes ;;
+ --disable-dvb) _dvb=no ;;
+ --enable-dvbhead) _dvbhead=yes ;;
+@@ -4296,6 +4299,17 @@ else
+ fi
+ echores "$_imageon"
+
++echocheck "PXA27x Overlay Support"
++if test "$_pxa" = yes ; then
++ _def_imageon='#define HAVE_PXA 1'
++ _vosrc="$_vosrc vo_pxa.c"
++ _vomodules="pxa $_vomodules"
++else
++ _def_imageon='#undef HAVE_IMAGEON'
++ _novomodules="pxa $_novomodules"
++fi
++echores "$_pxa"
++
+
+ echocheck "DVB"
+ if test "$_dvb" = auto ; then
+@@ -8398,6 +8412,7 @@ $_def_syncfb
+ $_def_fbdev
+ $_def_w100
+ $_def_imageon
++$_def_pxa
+ $_def_dxr2
+ $_def_dxr3
+ $_def_ivtv