elFarto / nvidia-vaapi-driver

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

Use libva's driverdir path instead hardcoded #221

Closed winterheart closed 1 year ago

winterheart commented 1 year ago

In some systems libva may expects driver location in different path. Reusing driverdir variable from pkg-config to provide correct one.

elFarto commented 1 year ago

Thanks for the patch!