[FFmpeg-devel] [PATCH] Do not assume long is same width as x86 register in swscale.

Dave Yeo daveryeo
Tue Mar 17 18:30:36 CET 2009


On 03/17/09 05:52 am, Reimar D?ffinger wrote:
> On Tue, Mar 17, 2009 at 01:07:25PM +0100, Diego Biurrun wrote:
>> On Tue, Mar 17, 2009 at 11:57:19AM +0000, M?ns Rullg?rd wrote:
>>> Follow the link above.  A patch awaits at the other end.
>> I don't like it, there should be a feature check in configure.
>
> Not even OS/2 has the same function.
> More useful would be a proper check for mmap MAP_ANONYMOUS, particularly
> since only MAP_ANON may be defined instead of MAP_ANONYMOUS.

If you mean
LPVOID  WINAPI VirtualAlloc( LPVOID, DWORD, DWORD, DWORD );

BOOL    WINAPI VirtualFree( LPVOID, DWORD, DWORD );

they are defined in winos2.h.
Dave




More information about the ffmpeg-devel mailing list