[oe-commits] org.oe.dev mplayer/mplayer_svn.bb : fix pxa_configure.patch to not disable imageon

xora commit openembedded-commits at lists.openembedded.org
Sun Oct 7 18:55:41 UTC 2007


mplayer/mplayer_svn.bb : fix pxa_configure.patch to not disable imageon
driver.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: efc59ba2f852cc347511e969a7a443ed2854c362
ViewMTN: http://monotone.openembedded.org/revision/info/efc59ba2f852cc347511e969a7a443ed2854c362
Files:
1
packages/mplayer/files/pxa_configure.patch
packages/mplayer/mplayer_svn.bb
Diffs:

#
# mt diff -re5e8c8d6ac2c025c57bb4f7b6e1c6cf102a7201b -refc59ba2f852cc347511e969a7a443ed2854c362
#
# 
# 
# patch "packages/mplayer/files/pxa_configure.patch"
#  from [93eea0c82165dba1555a9f1922bd276ba0da80d2]
#    to [8b3a65628f4f31876b7d2651580ceb83e9ef0cef]
# 
# patch "packages/mplayer/mplayer_svn.bb"
#  from [ef35057ee8e9aef0122d490fe9154954c594eb75]
#    to [74b353062db373f41fc56a8d073b1c5c19fdf347]
# 
============================================================
--- packages/mplayer/files/pxa_configure.patch	93eea0c82165dba1555a9f1922bd276ba0da80d2
+++ packages/mplayer/files/pxa_configure.patch	8b3a65628f4f31876b7d2651580ceb83e9ef0cef
@@ -25,11 +25,11 @@ Index: MPlayer-1.0rc1/configure
  
 +echocheck "PXA27x Overlay Support"
 +if test "$_pxa" = yes ; then
-+  _def_imageon='#define HAVE_PXA 1'
++  _def_pxa='#define HAVE_PXA 1'
 +  _vosrc="$_vosrc vo_pxa.c"
 +  _vomodules="pxa $_vomodules"
 +else
-+  _def_imageon='#undef HAVE_IMAGEON'
++  _def_pxa='#undef HAVE_IMAGEON'
 +  _novomodules="pxa $_novomodules"
 +fi
 +echores "$_pxa"
============================================================
--- packages/mplayer/mplayer_svn.bb	ef35057ee8e9aef0122d490fe9154954c594eb75
+++ packages/mplayer/mplayer_svn.bb	74b353062db373f41fc56a8d073b1c5c19fdf347
@@ -40,7 +40,7 @@ PV = "0.0+1.0rc1+svnr${SRCREV}"
 RREPLACES_${PN} = "mplayer-atty"
 
 PV = "0.0+1.0rc1+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
 DEFAULT_PREFERENCE = "-1"
 
 PARALLEL_MAKE = ""






More information about the Openembedded-commits mailing list