this bit may well be my fault, I think I added that bit, well at least I added the two audio files. should be possible though for someone to sort that bit out with a command parameter, when I compile here (on a mac) I use a seperate batchfile to call the make script (since the single file has 'issues' building for both PPC & Intel, i.e. building two binaries)
suggested solution, split the BACKEND=cocoa option in the config file to two seperate sections
BACKEND=cocoaqt
BACKEND=cocoasdl
or just add an option thus
MACAUDIO=quicktime
MACAUDIO=sdl
?
and the relevent options in the makefile to use these parameters?