diff options
author | Boyuan Zhang <[email protected]> | 2015-10-23 13:37:48 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2015-10-27 19:09:55 -0400 |
commit | ad2752e94b535dbcf01829464431ce242068de53 (patch) | |
tree | 5c9ab18610286617550c268b7a0a7279d99c33d9 /configure.ac | |
parent | 38c3d7cfc42f00c47f720ab293ad88b9a0f637f2 (diff) |
st/va: add VAAPI HEVC decode support
Signed-off-by: Boyuan Zhang <[email protected]>
Reviewed-by: Christian König <[email protected]>
Reviewed-by: Leo Liu <[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 5aa19a5a6de..3f15881a18e 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,7 @@ PRESENTPROTO_REQUIRED=1.0 LIBUDEV_REQUIRED=151 GLPROTO_REQUIRED=1.4.14 LIBOMXIL_BELLAGIO_REQUIRED=0.0 -LIBVA_REQUIRED=0.35.0 +LIBVA_REQUIRED=0.38.0 VDPAU_REQUIRED=1.1 WAYLAND_REQUIRED=1.2.0 XCB_REQUIRED=1.9.3 |