Skip to content

Commit

Permalink
Update libva min required version
Browse files Browse the repository at this point in the history
Fix: intel#198
Signed-off-by: Jay Yang <[email protected]>
  • Loading branch information
MicroYY committed Aug 10, 2023
1 parent 53191ae commit 8a050f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/FindPackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if( Linux )
find_package(PkgConfig REQUIRED)

# required:
pkg_check_modules(PKG_LIBVA REQUIRED libva>=1.9 IMPORTED_TARGET)
pkg_check_modules(PKG_LIBVA REQUIRED libva>=1.12 IMPORTED_TARGET)
pkg_check_modules(PKG_LIBDRM REQUIRED libdrm>=2.4 IMPORTED_TARGET)
pkg_check_modules(PKG_LIBVA_DRM REQUIRED libva-drm>=1.9 IMPORTED_TARGET)

Expand Down

0 comments on commit 8a050f3

Please sign in to comment.