[oe-commits] Koen Kooi : mplayer: redraw XV colourkey on every expose

git version control git at git.openembedded.org
Thu Oct 1 12:24:04 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 095a13636458f0f4154e618dc7dbe76178942f7c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=095a13636458f0f4154e618dc7dbe76178942f7c

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct  1 14:12:04 2009 +0200

mplayer: redraw XV colourkey on every expose

This fixes embedding into gnome-mplayer

---

 recipes/mplayer/files/vo_omapfb.c |    2 +-
 recipes/mplayer/mplayer_svn.bb    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/mplayer/files/vo_omapfb.c b/recipes/mplayer/files/vo_omapfb.c
index 2d83b1c..cb4daff 100644
--- a/recipes/mplayer/files/vo_omapfb.c
+++ b/recipes/mplayer/files/vo_omapfb.c
@@ -201,7 +201,7 @@ static void x11_check_events(void)
 
     if (e & VO_EVENT_EXPOSE || e & VO_EVENT_RESIZE)
     {
-/*        vo_xv_draw_colorkey(drwX, drwY, vo_dwidth - 1, vo_dheight - 1); */
+        vo_xv_draw_colorkey(drwX, drwY, vo_dwidth - 1, vo_dheight - 1);
         omapfb_update(0, 0, 0, 0, 1);
     }
 }
diff --git a/recipes/mplayer/mplayer_svn.bb b/recipes/mplayer/mplayer_svn.bb
index e3ea607..7c61cd0 100644
--- a/recipes/mplayer/mplayer_svn.bb
+++ b/recipes/mplayer/mplayer_svn.bb
@@ -34,7 +34,7 @@ RCONFLICTS_${PN} = "mplayer-atty"
 RREPLACES_${PN} = "mplayer-atty"
 
 PV = "0.0+1.0rc2+svnr${SRCREV}"
-PR = "r13"
+PR = "r14"
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_armv7a = "1"
 





More information about the Openembedded-commits mailing list