rsnk96 / Ubuntu-Setup-Scripts

Scripts to help you set up your Ubuntu quickly, especially if you're in any subfield of Data Science or AI!
Apache License 2.0
128 stars 76 forks source link

Ffmpeg packages not being built as shared libraries #17

Closed rajat2004 closed 5 years ago

rajat2004 commented 5 years ago

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 libaom_error

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

rsnk96 commented 5 years ago

Building of vid_stab and x265 as shared libraries is addressed here