hostsoft/ffmpegtoolkit

Nvidia GPU option compiles with Intel SDK

Closed this issue · 0 comments

ERROR: libmfx not found when it runs ./configure

Workaround - Manually run:

cd /opt/ffmpegtoolkit/src/ffmpeg
./configure --disable-libmfx
make
make install