Closed wens closed 5 years ago
I merged the changes, but just found out that the libva path can be retrieved with pkg-config libva --variable driverdir. I think it would be best to use that over libdir. What do you think?
pkg-config libva --variable driverdir
If that works, all the better. I wasn't expecting a custom variable in pkg-config.
I merged the changes, but just found out that the libva path can be retrieved with
pkg-config libva --variable driverdir
. I think it would be best to use that over libdir. What do you think?