Caanoo / WIZ Wiz Sound .. Sdl.. Alsa ..oss .. ?


scachi

Member
Joined
Dec 28, 2005
Messages
451
Hi,

I am porting KoboDeluxe to the Wiz right now.
Everything is working quite well and seems to be fully playable.. except sound.
It looks like this game directly uses alsa or oss and on cross configure it can't find them.
Do I have to port it to SDL_mixer or can I use/compile alsa/oss on the wiz ?
 
Thank you for the information.
KoboDeluxe support oss as well but the spawned thread still segfaults and I have no clue how to find the problem .. never debugged a programm with multiple threads before.
Am I simply missing a shared library in the games path ?

Any suggestions how to narrow the problem down ?

//edit
oh... something has changed.. it doesn't hang anymore.. it loads the sound files..slower than slow :)
Maybe --enable-oss was the fix.
 
Back
Top