Hi pppqq
I just checked ffmpeg for dependencies:
tc@E310:~/ffm$ readelf -d mnt/usr/local/bin/ffmpeg | grep '(NEEDED)'
0x00000001 (NEEDED) Shared library: [libavdevice.so.58]
0x00000001 (NEEDED) Shared library: [libavfilter.so.7]
0x00000001 (NEEDED) Shared library: [libavformat.so.58]
0x00000001 (NEEDED) Shared library: [libavcodec.so.58]
0x00000001 (NEEDED) Shared library: [libpostproc.so.55]
0x00000001 (NEEDED) Shared library: [libswresample.so.3]
0x00000001 (NEEDED) Shared library: [libswscale.so.5]
0x00000001 (NEEDED) Shared library: [libavutil.so.56]
0x00000001 (NEEDED) Shared library: [libm.so.6]
0x00000001 (NEEDED) Shared library: [libpthread.so.0]
0x00000001 (NEEDED) Shared library: [libc.so.6]
It doesn't depend on libvpx, but its dependency libavcodec does:
tc@E310:~/ffm$ readelf -d mnt/usr/local/lib/libavcodec.so | grep '(NEEDED)' | grep vpx
0x00000001 (NEEDED) Shared library: [libvpx.so.6]
I suspect the libvpx might need to be rolled back.
The following dep files include libvpx:
gst-plugins-good.tcz.dep
libavcodec.tcz.dep
libvpx-dev.tcz.dep
Let's see what Juanito says.