bpy_lambda
bpy_lambda copied to clipboard
Removing --skip-ffmpeg in the Docker build file Failes with libtheora not found
Hi,
I was idly wondering if I could get include ffmpeg in the build, so that I could use videos within my blend files on lambda.
I ran build.sh after removing --skip-ffmpeg and it asked for yasm which I added to the yum install command and got past that issue.
However, it then fails with ERROR: libtheora not found. Adding libtheora to the yum install command, but that doesn't help.
Do you have any ideas how I might be able to progress this?
Thanks again for your great work on this.
Mike