bpy_lambda icon indicating copy to clipboard operation
bpy_lambda copied to clipboard

Removing --skip-ffmpeg in the Docker build file Failes with libtheora not found

Open mikeashelby opened this issue 4 years ago • 0 comments

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

mikeashelby avatar Apr 05 '21 16:04 mikeashelby