ffmpeg-build-script icon indicating copy to clipboard operation
ffmpeg-build-script copied to clipboard

Ubuntu 22.04 missing dependencies

Open sgjava opened this issue 2 years ago • 1 comments
trafficstars

Using ./build-ffmpeg --build --enable-gpl-and-non-free, nvidia-driver-510 (compatible with nvidia-cuda-toolkit), but you need to include:

sudo apt install libxext-dev (or build fails) sudo apt install libsdl2-dev (or ffplay produces "Could not initialize SDL - No available video device (Did you set the DISPLAY variable?)")

sgjava avatar Dec 18 '22 14:12 sgjava

Also libz-dev needed to build rav1e.

PhiSYS avatar Mar 28 '23 19:03 PhiSYS