<div dir="ltr">2013/2/14 "René J.V. Bertin" <span dir="ltr"><<a href="mailto:rjvbertin@gmail.com" target="_blank">rjvbertin@gmail.com</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
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<br>
<br>
extern const uint8_t ff_log2_tab[256];<br>
<br>
by<br>
<br>
static const uint8_t ff_log2_tab[256]={ ... <br><br>
and of course you comment out the identical definition in log2_tab.c .<br>
<br></blockquote><div><br></div><div style>Thanks, great work! i'll try that in the next build! /Regards, Lars.</div></div></div></div>