2013/2/14 "RenĂ© J.V. Bertin" <[email protected]>

> Since you clearly have the your-ended problem of working in a context
> where multiple ff_log2_tabs bite, I suggest the open libavutil/intmath.h ,
> and on line 53 or so you replace
>
> extern const uint8_t ff_log2_tab[256];
>
> by
>
> static const uint8_t ff_log2_tab[256]={ ...
>
> and of course you comment out the identical definition in log2_tab.c .
>
>
Thanks, great work! i'll try that in the next build! /Regards, Lars.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to