[MPlayer-dev-eng] Re: [PATCH] Cleanup the libvo/input hacks
Andoni Zubimendi
andoni at lpsat.net
Sat Nov 5 14:53:39 CET 2005
Hi!
> > A bit of testing would be nice as i can't test the win32 and dfb parts.
>
> It seems it was a bit too late and a few 10L sliped in :) Here come an
> updated version that also fix a couple other vo.
>
> Albeu
The dfbmga part has KEY_PREVIOUS instead of KEY_PREV and it doesn't compile.
Attached is the trivial patch that fixes that.
Andoni
-------------- next part --------------
diff -urN mplayer.orig/libvo/vo_dfbmga.c mplayer/libvo/vo_dfbmga.c
--- mplayer.orig/libvo/vo_dfbmga.c 2005-11-03 00:57:24.000000000 -0300
+++ mplayer/libvo/vo_dfbmga.c 2005-11-05 10:44:48.000000000 -0300
@@ -1500,7 +1500,7 @@
mplayer_put_key( KEY_REWIND );
break;
case DIKS_PREVIOUS:
- mplayer_put_key( KEY_PREVIOUS );
+ mplayer_put_key( KEY_PREV );
break;
case DIKS_VOLUME_UP:
mplayer_put_key( KEY_VOLUME_UP );
More information about the MPlayer-dev-eng
mailing list