[MPlayer-dev-eng] [PATCH] enable compilation of vo_macosx.m in 64-bits mode

Guillaume POIRIER poirierg at gmail.com
Mon Nov 24 14:03:30 CET 2008


Hello,

On Mon, Nov 24, 2008 at 12:31 PM, Reimar Döffinger
<Reimar.Doeffinger at stud.uni-karlsruhe.de> wrote:
> 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...

Ahem. That's because I screw up the creation of the patch. :-D

Forget about libvo/vo_macosx.h the code changes there is to address
another issue.

Guillaume
-- 
One should not give up hope on imbeciles. With a little training, you
can make them into soldiers.
 -- Pierre Desproges


More information about the MPlayer-dev-eng mailing list