I did encounter problem while making the medialib as stated in the installation instructions. It complains that spu-medialib/data_2d.h is not found. File is referenced from draw_rect.c. The file says
#include <spu-medialib/data_2d.h>
[code]
Which seem litle odd. When changed to just "data_2d.h" compilation succeeded. Though don't know yet does it actually work.
Is there something wrong with my compilation environment or was that just mistyped include?