<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Dec 20, 2014 at 5:50 AM, Matteo Bernardini <span dir="ltr"><<a href="mailto:matteo.bernardini@gmail.com" target="_blank">matteo.bernardini@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">it's normal if you built it against the old version: you should try<br>
rebuilding it against the new one <br></blockquote><div><br></div><div>Rebuilding ffmpeg and now i'm getting: <br></div></div><br>---<br>CC    libavcodec/libilbc.o<br>libavcodec/libilbc.c: In function ‘ilbc_decode_frame’:<br>libavcodec/libilbc.c:99:31: error: ‘WebRtc_Word16’ undeclared (first use in this function)<br>     WebRtcIlbcfix_DecodeImpl((WebRtc_Word16*) frame->data[0],<br>                               ^<br>libavcodec/libilbc.c:99:31: note: each undeclared identifier is reported only once for each function it appears in<br>libavcodec/libilbc.c:99:45: error: expected expression before ‘)’ token<br>     WebRtcIlbcfix_DecodeImpl((WebRtc_Word16*) frame->data[0],<br>                                             ^<br>libavcodec/libilbc.c:100:30: error: too few arguments to function ‘WebRtcIlbcfix_DecodeImpl’<br>                              (const WebRtc_UWord16*) buf, &s->decoder, 1);<br>                              ^<br>In file included from libavcodec/libilbc.c:22:0:<br>/usr/include/ilbc.h:413:8: note: declared here<br>   void WebRtcIlbcfix_DecodeImpl(int16_t *decblock,<br>        ^<br>libavcodec/libilbc.c:83:20: warning: unused variable ‘buf’ [-Wunused-variable]<br>     const uint8_t *buf = avpkt->data;<br>                    ^<br>libavcodec/libilbc.c: In function ‘ilbc_encode_frame’:<br>libavcodec/libilbc.c:173:31: error: ‘WebRtc_UWord16’ undeclared (first use in this function)<br>     WebRtcIlbcfix_EncodeImpl((WebRtc_UWord16*) avpkt->data, (const WebRtc_Word16*) frame->data[0], &s->encoder);<br>                               ^<br>libavcodec/libilbc.c:173:46: error: expected expression before ‘)’ token<br>     WebRtcIlbcfix_EncodeImpl((WebRtc_UWord16*) avpkt->data, (const WebRtc_Word16*) frame->data[0], &s->encoder);<br>                                              ^<br>libavcodec/libilbc.c:173:46: error: too few arguments to function ‘WebRtcIlbcfix_EncodeImpl’<br>In file included from libavcodec/libilbc.c:22:0:<br>/usr/include/ilbc.h:417:8: note: declared here<br>   void WebRtcIlbcfix_EncodeImpl(uint16_t *bytes,<br>        ^<br>make: *** [libavcodec/libilbc.o] Error 1<br>---<br><br clear="all"></div><div class="gmail_extra">Time to remove it from dependencies :-)<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks.<br></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature"><div dir="ltr">Antonio Hernández Blas | Oaxaca, México, Mx.<br><a href="https://github.com/nihilismus" target="_blank">https://github.com/nihilismus</a> | <a href="https://bitbucket.org/nihilismus" target="_blank">https://bitbucket.org/nihilismus</a> | <a href="https://twitter.com/nihilipster" target="_blank">https://twitter.com/nihilipster</a></div></div>
</div></div>