Anyone knows how I can to compile libmp3 only with ps2sdk... it's possbile?
in makefile I see:
EE_LIBS += -lfileXio -lsample -lmad -lpad -lgs -lm -lcdvdfs -lc -lkernel -lsyscall -lc
- where... 
 -lfileXio (ok, in ps2sdk)
 -lsample (what?????)
 -lmad (ok, included with libmp3)
 -lpad (ok, in ps2sdk)
 -lgs (What!!!!!! gs in sound lib?????)
 -lm (from newlib???)
 -lcdvdfs (ok, in ps2sdk)
 -lc (ok, in ps2sdk)
 -lkernel (ok, in ps2sdk)
 -lsyscall (ok, in ps2sdk)
I install only the libs that I need... so what I need to compile this?
thanks men!!
