Re: [Mjpeg-users] MMX error in mjpeg1.6.1/mpeg2enc/fdct_mmx.s:394

2002-12-31 Thread Andrew Stevens
Hi John, Found your post after all... On Monday 30 Dec 2002 3:11 am, John Ribera wrote: > I changed line 394: > punpcklwd mm5, [INP+8] > to these two lines: > movd mm2, [INP+8] > punpcklwd mm5, mm2 > > since nasm had a problem with the source size. This seems to be a bug in

Re: [Mjpeg-users] MMX error in mjpeg1.6.1/mpeg2enc/fdct_mmx.s:394

2002-12-30 Thread Johannes Sixt
On Montag, 30. Dezember 2002 03:31, John Ribera wrote: > By the way: I am attempting to compile everything on cygwin. I have had to > download and try to install the following: > > SDL-1.2.5: success (I was suprised at this) > avifile0.7-0.7-22: failed > glib-2.0.7: requires libiconv and pkgconfig

Re: [Mjpeg-users] MMX error in mjpeg1.6.1/mpeg2enc/fdct_mmx.s:394

2002-12-29 Thread John Ribera
By the way: I am attempting to compile everything on cygwin. I have had to download and try to install the following: SDL-1.2.5: success (I was suprised at this) avifile0.7-0.7-22: failed glib-2.0.7: requires libiconv and pkgconfig but link failed miserably after succesfully obtaining dependent pa