diff options
author | Leo Liu <[email protected]> | 2017-05-24 11:57:28 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2017-05-25 11:40:19 -0400 |
commit | e1f7936d05b1844bd095d413ab6f3bdf88659559 (patch) | |
tree | b52ff5696c877e78748a839b62788493c68794ff /configure.ac | |
parent | 6a3ffda83a45eeadb9394c53c567b61bc461d2fd (diff) |
configure.ac: update libdrm amdgpu version requirement to 2.4.81
VCN decode has a new interface, and that depends on the latest libdrm
Signed-off-by: Leo Liu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1da67f55d9f..b57be07e24a 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ AC_SUBST([OPENCL_VERSION]) # in the first entry. LIBDRM_REQUIRED=2.4.75 LIBDRM_RADEON_REQUIRED=2.4.71 -LIBDRM_AMDGPU_REQUIRED=2.4.79 +LIBDRM_AMDGPU_REQUIRED=2.4.81 LIBDRM_INTEL_REQUIRED=2.4.75 LIBDRM_NVVIEUX_REQUIRED=2.4.66 LIBDRM_NOUVEAU_REQUIRED=2.4.66 |