[vlc-commits] configure: add HAVE_VAAPI check

Thomas Guillem git at videolan.org
Fri Jun 16 16:48:12 CEST 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Feb 10 11:06:21 2017 +0100| [2d33f67c2f5ca6c289842c06d41b424625b482ff] | committer: Thomas Guillem

configure: add HAVE_VAAPI check

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d33f67c2f5ca6c289842c06d41b424625b482ff
---

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 95d960954d..2641f644ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2360,6 +2360,7 @@ AS_IF([test "${enable_libva}" != "no"], [
     AC_MSG_WARN([${LIBVA_X11_PKG_ERRORS}.])
   ])
 ])
+AM_CONDITIONAL([HAVE_VAAPI], [test "${have_vaapi}" = "yes"])
 AM_CONDITIONAL([HAVE_VAAPI_DRM], [test "${have_vaapi_drm}" = "yes"])
 AM_CONDITIONAL([HAVE_VAAPI_X11], [test "${have_vaapi_x11}" = "yes"])
 



More information about the vlc-commits mailing list