The current ffmpeg build fails due to libaom not being built as a shared library. The error from the Travis build can be seen below
This is occurring due to the av1 library being built using cmake rather than using ./configure which the opencvdirectinstall.sh script handles by using sed to enable building a shared object file.
This might be problem for other packages- vid_stab and x265 which are also using CMake
The current ffmpeg build fails due to
libaom
not being built as a shared library. The error from the Travis build can be seen belowThis is occurring due to the
av1
library being built using cmake rather than using./configure
which theopencvdirectinstall.sh
script handles by usingsed
to enable building a shared object file.This might be problem for other packages-
vid_stab
andx265
which are also using CMake