[Libav-user] ff_log2_tab defined multiple times in the fmpeg 1.1 libraries, bug or feature ??

Lars Hammarstrand lars.hammarstrand at gmail.com
Fri Feb 15 12:21:12 CET 2013


2013/2/14 "René J.V. Bertin" <rjvbertin at gmail.com>

> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130215/c7d663b6/attachment.html>


More information about the Libav-user mailing list