So this patch looks like it would fix the problem, except that mp4AudioSpecificConfig is defined in both faad.h and structs.h, so gcc fails with a redefinition error.
The correct solution would probably be to consolidate that definition into a single file. Its probably best to point this problem out to upstream and how they want it done. --- o-xine-lib-1.1.1/src/libfaad/xine_decoder.c 2005-10-29 17:57:07.000000000 -0600 +++ xine-lib-1.1.1/src/libfaad/xine_decoder.c 2006-06-14 11:21:57.000000000 -0600 @@ -37,6 +37,10 @@ #include "xine_internal.h" #include "audio_out.h" #include "buffer.h" +#include "common.h" +#include "structs.h" +#include "output.h" +#include "decoder.h" #include "xineutils.h" #include "faad.h" -- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]