Hello,

        I am trying to compile a working libjpeg-mmx.a to which I
could link some code I have to simply display jpeg pictures. This code
works fine when linked with libjpeg.a, and decompress the picture
perfectly. In order to fasten the decompression, I thought I would use
jpeg-mmx. I have tried to use the normal jpeg decompression algorithm
(same that work with libjpeg.a) and linking to libjpeg-mmx.a but
everytime I do this, I see a green picture as the resuslt of the
decompression.
        I then looked to see if the library worked properly, and tried
to use the djpeg tool linked to the jpeg-mmx library that was part of
the tar and got the same result; a green picture of the proper size,
but only with green pixels.
        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 ?

                                                Thanks for any help,

-- 
  Martial MICHEL


-------------------------------------------------------
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