Charred_Phoenix
08-08-2003, 02:36 AM
When compilling ScummVM, I get these errors:
sound/mixer.h:89: error: type specifier omitted for parameter `mad_timer_t'
sound/mixer.h:89: error: parse error before `)' token
make: *** [scumm/actor.o] Error 1
line 89 is this:
int playMP3CDTrack(PlayingSoundHandle *handle, File *file, mad_timer_t duration);
My guess is the problem is that I'm missing a library or something that defins the mad_timer_t data type. Anyone know how I can fix this?
sound/mixer.h:89: error: type specifier omitted for parameter `mad_timer_t'
sound/mixer.h:89: error: parse error before `)' token
make: *** [scumm/actor.o] Error 1
line 89 is this:
int playMP3CDTrack(PlayingSoundHandle *handle, File *file, mad_timer_t duration);
My guess is the problem is that I'm missing a library or something that defins the mad_timer_t data type. Anyone know how I can fix this?