I have just cross compiled DirectFB for arm platform, and it seems to work at least a little.
The problem is when I try to load any image. It recognises libpng when the image is .png, but ignores my libjpeg ( it's in the same directory that libpng ). It came already cross compiled for arm, but it gives the following error:
No (suitable) implementation found!
when I call CreateImageProvider with a .jpg. I also get the same error loading a .png image having previously moved libpng to another directory.
The other error I have is with the colors. I am working with RGB16, and when I load a png image it looks like "very red", instead of having normal colors...
Has anyone found a solution to these problems?
Thanks
Albert
_______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
