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

Reimar Döffinger Reimar.Doeffinger
Tue Mar 17 18:37:25 CET 2009


On Tue, Mar 17, 2009 at 10:30:36AM -0700, Dave Yeo wrote:
> 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.

Oh. I only saw DosAllocMem...




More information about the ffmpeg-devel mailing list