diff options
Diffstat (limited to 'recipes/mplayer')
-rw-r--r-- | recipes/mplayer/files/vo_omapfb.c | 2 | ||||
-rw-r--r-- | 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 2d83b1c851..cb4daff946 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 e3ea607253..7c61cd00fe 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" |