intel / intel-vaapi-driver

VA-API user mode driver for Intel GEN Graphics family
https://01.org/linuxmedia
Other
303 stars 126 forks source link

Requested 'libva >= 1.4.0' but version of libva is 0.38.1 #475

Open JustingLYX opened 5 years ago

JustingLYX commented 5 years ago

I want to install libva,intel-vaapi-driver and libva-utils. First I installed libva like this:

Git clone https://github.com/01org/libva Cd libva ./autogen.sh ./configure Make Make install And libva version: libva - 2.5.0.pre1 (VA-API 1.5.0) 1

But when I try to install intel-vaapi-driver,like this: git clone https://github.com/01org/intel-vaapi-driver cd intel-vaapi-driver ./autogen.sh ./configure make make install

it gives the following error: Configure: error: Package requirements (libva >= 1.4.0) were not met: Requested 'libva >= 1.4.0' but version of libva is 0.38.1 2

0987363 commented 5 years ago

+1

the 0.38.1 is VA-API version, not libva version

zhoub commented 4 years ago

Are you using system's vainfo ?