[FFmpeg-user] Latest GIT version doesn't compile with libvpx_vp9 encoder

Moritz Barsnick barsnick at gmx.net
Tue Oct 17 19:06:37 EEST 2017


On Tue, Oct 17, 2017 at 17:55:54 +0200, ZikZak wrote:
> ffmpeg and libvpx are both their latest git version.
> 
> vpxenc --help:
> Included encoders:
> 
>     vp8    - WebM Project VP8 Encoder v1.6.1-1317-ga924845
>     vp9    - WebM Project VP9 Encoder v1.6.1-1317-ga924845 (default)

Interesting, vp9 "seems" fine!

Is your vpx library shared or static? If shared, can you please do
$ objdump -TC libvpx.so.4
on the very exact library ffmpeg is trying to link against, and dump
the output here (approx. 83 lines)?

Also, after the failing compile/link, can you please issue:
$ make V=1
just so that we can see the actual command line used?

Thanks,
Moritz

P.S.: Easier if I ssh'd into your system. ;-)


More information about the ffmpeg-user mailing list