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 packages
gtk+-2.0.9: ditto
libdv: requires both glib and gtk+ >= 1.2.4
nasm0.98.24.2: yeah! cygwin binary tarball available
quicktime4linux-1.2njpg.tar.gz: failed to compile

All I wanted was yuvdenoise and mpeg2enc for testing/benchmarking on
different CPU's.


----- Original Message -----
From: "John Ribera" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 29, 2002 9:11 PM
Subject: [Mjpeg-users] MMX error in mjpeg1.6.1/mpeg2enc/fdct_mmx.s:394


> 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.
>
> I hope this works. It's been a while since I have done ASM, z80, x86, 6510
> and never have seen the MMX instruction set before today. Note: I have
done
> some TMS370 which has the source before destination operands.
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Mjpeg-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to