elFarto / nvidia-vaapi-driver

A VA-API implemention using NVIDIA's NVDEC
Other
1.17k stars 53 forks source link

Update README.md, remind about ffmpeg #212

Closed lucasmr closed 1 year ago

lucasmr commented 1 year ago

Relevant for Gentoo builds, it needs USE=vaapi or Firefox won't try using vaapi.

elFarto commented 1 year ago

Hmm, you don't need ffmpeg to compile this library so putting those instructions there is not correct. It would probably be better as a separate sub-section in the Firefox section.

elFarto commented 1 year ago

Ok, that's better. Thanks for the patch.

nbryant42 commented 1 year ago

Only relevant for those building FF from source... official builds have a libmozavcodec.so etc.

For example, on Ubuntu 22.04, the default ffmpeg is compiled without any acceleration, but FF works.