Search found 2 matches
- Thu Jan 05, 2006 10:56 am
- Forum: PSP Development
- Topic: Linker errors after adding new library
- Replies: 7
- Views: 2283
Remember that the order of the -l arguments in your makefile matters. So you need to have the -lmad directive in the right place. Yes, I've tried that. I'm still stuck after a few days of messing with various makefile options. mad.h is included fine, the whole program compiles fine, but it can't li...
- Sat Dec 31, 2005 12:38 pm
- Forum: PSP Development
- Topic: Linker errors after adding new library
- Replies: 7
- Views: 2283
Linker errors after adding new library
Hello. I'm trying to add audio to my PSP game . I grabbed the MP3 codec header & source files from the PSP Media Center project (suggested by the FileAssistant++ crew) and molded it to fit my sources. Since the MP3 codec files make use of the MAD (mpeg audio decoder) libraries, I grabbed and ins...