Thanks, --disable-bsfs solved the issue.

On Wed, Jun 13, 2018 at 6:07 AM, Carl Eugen Hoyos <[email protected]>
wrote:

> 2018-06-12 5:19 GMT+02:00, nurupo <[email protected]>:
>
> > I have built a static libavcodec and I'm trying to link it to an
> > application. I'm cross-compiling to Windows using mingw32-w64. When
> linking
> > the static libavcodec to my application I get the following errors:
> >
> > /root/prefix/lib/libavcodec.a(eac3_core_bsf.o): In function
> > `eac3_core_filter':
> > /root/ffmpeg-4.0/libavcodec/eac3_core_bsf.c:39: undefined reference to
> > `ff_ac3_parse_header'
> > /root/ffmpeg-4.0/libavcodec/eac3_core_bsf.c:55: undefined reference to
> > `ff_ac3_parse_header'
>
> As said, work-arounds include "--disable-bsf=eac3_core", "--disable-bsfs"
> and "--enable-parser=ac3".
>
> Should be fixed, thank you for the report!
>
> Carl Eugen
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user
>
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to