Search found 2 matches

by Renfield
Sat Oct 28, 2006 10:54 am
Forum: PSP Development
Topic: Want to help out with pspsdk? I mean REALLY help out?
Replies: 33
Views: 17494

I have found that if I use the --enable-music-libmikmod=no, then nothing is compiled in the mikmod directory. If I use --disable-music-mod, then configure still looks for libmikmod-config, and finds it on my computer. Ultimately I want the MOD functionality for the application I am programming. I ha...
by Renfield
Wed Oct 25, 2006 7:49 pm
Forum: PSP Development
Topic: Want to help out with pspsdk? I mean REALLY help out?
Replies: 33
Views: 17494

Patches for SDL_mixer

I hope this is the correct place to post this. Here are two patches that fix SDL_mixer to compile for me. First, since I already have libmikmod on my system, SDL_mixer's configure finds libmikmod-config and uses that to set up library paths. This patch to configure.in prevents it from using libmikmo...