[FFmpeg-devel] [PATCH] MMX for Win64

Jean-Baptiste Kempf jb
Sat May 3 18:26:29 CEST 2008


On Sat, May 03, 2008 at 10:43:13AM +0200, matthieu castet wrote :
> Jean-Baptiste Kempf wrote:
> > Assembler tries to make a pushl value, which is for x86_64 forbidden.
> > Long is 32bit on Win64
> > (http://technet.microsoft.com/en-us/library/bb496995.aspx).
> > ssize_t, however, is portable between both archs."
> > 
> Yes but ffmpeg don't run only on win32 and win64. What make you think it 
> will work under _all_ arch ?
Why would using ssize_t or size_t break ?

The only difference between LP64 and LLP64 is the long type.
Using size_t wouldn't break it.


Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/




More information about the ffmpeg-devel mailing list