mplayer/mplayer_svn.bb : fix pxa_configure.patch to not disable imageon
authorGraeme Gregory <dp@xora.org.uk>
Sun, 7 Oct 2007 18:23:22 +0000 (18:23 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Sun, 7 Oct 2007 18:23:22 +0000 (18:23 +0000)
driver.

packages/mplayer/files/pxa_configure.patch
packages/mplayer/mplayer_svn.bb

index 85530b7..94d41d1 100644 (file)
@@ -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"
index 4d9c744..e481247 100644 (file)
@@ -40,7 +40,7 @@ RCONFLICTS_${PN} = "mplayer-atty"
 RREPLACES_${PN} = "mplayer-atty"
 
 PV = "0.0+1.0rc1+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
 DEFAULT_PREFERENCE = "-1"
 
 PARALLEL_MAKE = ""