diff options
author | fritsch <Peter.Fruehberger@gmail.com> | 2016-07-26 21:56:20 +0200 |
---|---|---|
committer | fritsch <Peter.Fruehberger@gmail.com> | 2016-08-01 20:28:13 +0200 |
commit | 751d3329ad17df8632cc5862babbea92a728dac7 (patch) | |
tree | e82dab8c3da35f973523632c8e4022eb75002974 /configure.ac | |
parent | 584dc087d403b8f8af6f113d658d4ea4d99d5830 (diff) |
VAAPI: Bump build dependencies to 0.38
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 5b8c04b246..539726e556 100644 --- a/configure.ac +++ b/configure.ac @@ -1682,7 +1682,7 @@ if test "x$use_vaapi" != "xno"; then else initial_val=$use_vaapi if test "x$use_vaapi" != "xno"; then - PKG_CHECK_MODULES([LIBVA], [libva libva-x11], + PKG_CHECK_MODULES([LIBVA], [libva >= 0.38 libva-x11 >= 0.38], [INCLUDES="$INCLUDES $LIBVA_CFLAGS"; LIBS="$LIBS $LIBVA_LIBS"; USE_VAAPI=1; AC_DEFINE([HAVE_LIBVA], [1], [Define to 1 if you have the 'vaapi' libraries])], [use_vaapi="no"; USE_VAAPI=0; AC_MSG_RESULT($vaapi_not_found)]) |