bootlin / libva-v4l2-request

LibVA implementation for the Linux Video4Linux2 Request API
Other
76 stars 59 forks source link

Add build option to specify path to kernel header and respect prefix and libdir variables #22

Closed wens closed 4 years ago

paulkocialkowski commented 4 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?

wens commented 4 years ago

If that works, all the better. I wasn't expecting a custom variable in pkg-config.