Created attachment 306685 [details] build.log $summary
Created attachment 309091 [details, diff] FusionSound-1.1.1-libav-0.8.1.patch Try this patch please.
(In reply to comment #1) > Try this patch please. The patch 'itself' does not look good, but include of that header make it fixed.
Could you point out what's not good about it specifically?
I applied the patch after all present patch and it does not work. Specifically in your patch there is: #include <avcodec.h> #include <avformat.h> +#include <libavutil/mathematics.h> but in the source code I see: #include <libavcodec/avcodec.h> #include <libavformat/avformat.h>
Ah yes sorry, I forgot to say that my patch must be applied before all other patches :)
(In reply to comment #5) > Ah yes sorry, I forgot to say that my patch must be applied before all other > patches :) At which point probably the other patches won't apply anymore :/ Well, I'll re-diff it, it's trivial anyway.
Fixed in CVS, thanks Ago!
Thanks for your help out, didnt have time to take a closer look on this bug ...