Hi, On Thu, 2003-02-13 at 01:38, Martial MICHEL wrote: > I then tried to compile it (make clean;./configure; make) on > different systems (dual PIII, Athlon XP, and the latest a P4), and I > always get the same result. How can I compile a libjpeg-mmx.a that > will work for my linking to a normal jpeg decompression algorithm ?
You'll then have to fix the JPEG/RGB part of the lib. We only care about JPEG/YUY2, basically, so the rest is non-functional. I'd suggest just using libjpeg.a. libjpegmmx.a is only developed with internal purposes anyway... It's definately not meant as a replacement for libjpeg.a Ronald -- Ronald Bultje <[EMAIL PROTECTED]> Linux Video/Multimedia developer ------------------------------------------------------- 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
