diff options
author | Christian König <christian.koenig@amd.com> | 2015-04-29 15:35:02 +0200 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2015-08-14 15:02:28 +0200 |
commit | 5609a6986f3eb3c452d66d373b6081df5c6fb34c (patch) | |
tree | 3f4e632097145313f28d6fbe2095ce421706ec85 /configure.ac | |
parent | 5581f9f28aeaef63bc1495febb402435ddfde556 (diff) |
st/vdpau: add HEVC support v2
v2: fix return code
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
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 4e751e3682..7ddb47a2bd 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,7 @@ LIBUDEV_REQUIRED=151 GLPROTO_REQUIRED=1.4.14 LIBOMXIL_BELLAGIO_REQUIRED=0.0 LIBVA_REQUIRED=0.35.0 -VDPAU_REQUIRED=0.4.1 +VDPAU_REQUIRED=1.1 WAYLAND_REQUIRED=1.2.0 XCB_REQUIRED=1.9.3 XCBDRI2_REQUIRED=1.8 |