Well, it's just commenting out or deleting 4-6 lines, they're documented too so I doubt building those libraries is much quicker.
But they're easy to build and good to have anyway.
../../graphics/animation.h:47:29: error: mpeg2dec/mpeg2.h: No such file or direc
tory
../../graphics/animation.h:96: error: ISO C++ forbids declaration of 'mpeg2dec_t
' with no type
../../graphics/animation.h:96: error: expected ';' before '*' token
../../graphics/animation.h:97: error: ISO C++ forbids declaration of 'mpeg2_info
_t' with no type
../../graphics/animation.h:97: error: expected ';' before '*' token
make: *** [engines/sword1/animation.o] Error 1
../../sound/mp3.cpp:392: error: 'MAD_ERROR_BADCRC' was not declared in this scop
e
../../sound/mp3.cpp:400: error: 'MAD_ERROR_BUFLEN' was not declared in this scop
e
../../sound/mp3.cpp:408: error: '_mad_header' was not declared in this scope
../../sound/mp3.cpp:408: error: invalid application of 'sizeof' to incomplete ty
pe 'Audio::mad_header'
../../sound/mp3.cpp:414: error: 'mad_frame_finish' was not declared in this scop
e
../../sound/mp3.cpp:415: error: 'mad_stream_finish' was not declared in this sco
pe
../../sound/mp3.cpp: In member function 'virtual void Audio::MP3TrackInfo::play(
Audio::Mixer*, Audio::SoundHandle*, int, int)':
../../sound/mp3.cpp:443: error: 'mad_timer_t' was not declared in this scope
../../sound/mp3.cpp:443: error: expected `;' before 'durationTime'
../../sound/mp3.cpp:446: error: '_mad_header' was not declared in this scope
../../sound/mp3.cpp:458: error: 'durationTime' was not declared in this scope
../../sound/mp3.cpp:459: error: 'mad_timer_set' was not declared in this scope
../../sound/mp3.cpp:461: error: 'durationTime' was not declared in this scope
../../sound/mp3.cpp:461: error: 'mad_timer_set' was not declared in this scope
../../sound/mp3.cpp:465: error: 'durationTime' was not declared in this scope
make: *** [sound/mp3.o] Error 1
now if i comment out the libmad libtremor lines and type make kxploit again i get a bit further...