<div dir="ltr">Thanks, --disable-bsfs solved the issue.<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 13, 2018 at 6:07 AM, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:ceffmpeg@gmail.com" target="_blank">ceffmpeg@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"><span class="gmail-">2018-06-12 5:19 GMT+02:00, nurupo <<a href="mailto:nurupocontributions@gmail.com">nurupocontributions@gmail.com</a><wbr>>:<br>
<br>
> I have built a static libavcodec and I'm trying to link it to an<br>
> application. I'm cross-compiling to Windows using mingw32-w64. When linking<br>
> the static libavcodec to my application I get the following errors:<br>
><br>
> /root/prefix/lib/libavcodec.a(<wbr>eac3_core_bsf.o): In function<br>
> `eac3_core_filter':<br>
> /root/ffmpeg-4.0/libavcodec/<wbr>eac3_core_bsf.c:39: undefined reference to<br>
> `ff_ac3_parse_header'<br>
> /root/ffmpeg-4.0/libavcodec/<wbr>eac3_core_bsf.c:55: undefined reference to<br>
> `ff_ac3_parse_header'<br>
<br>
</span>As said, work-arounds include "--disable-bsf=eac3_core", "--disable-bsfs"<br>
and "--enable-parser=ac3".<br>
<br>
Should be fixed, thank you for the report!<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
Carl Eugen<br>
</font></span><div class="gmail-HOEnZb"><div class="gmail-h5">______________________________<wbr>_________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">http://ffmpeg.org/mailman/<wbr>listinfo/libav-user</a><br>
</div></div></blockquote></div><br></div></div>