[MPlayer-dev-eng] [PATCH] enable compilation of vo_macosx.m in 64-bits mode
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Nov 24 12:31:35 CET 2008
On Mon, Nov 24, 2008 at 12:13:57PM +0100, Guillaume Poirier wrote:
> Index: libvo/vo_macosx.h
> ===================================================================
> --- libvo/vo_macosx.h (revision 28020)
> +++ libvo/vo_macosx.h (working copy)
> @@ -56,6 +56,10 @@
> NSMenuItem *kAspectFullCmd;
> NSMenuItem *kAspectWideCmd;
> NSMenuItem *kPanScanCmd;
> +
> + //timestamps for disabling screensaver and mouse hiding
> + int lastMouseHide;
> + int lastScreensaverUpdate;
> }
>
> - (BOOL) acceptsFirstResponder;
I forgot, I also don't really understand why these are necessary to
compile a 64 bit version...
More information about the MPlayer-dev-eng
mailing list