From bbd039202c7c63d5c98b4ec7fcdf4fe9ff1f4096 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 6 Dec 2018 15:57:59 +0100 Subject: [PATCH] vlc: Rebuild for VA-API support Currently, only VDPAU is supported. But we want VA-API to be supported as well. checking libavutil/avutil.h usability... yes checking libavutil/avutil.h presence... yes checking for libavutil/avutil.h... yes checking for LIBVA... yes checking for LIBVA_DRM... yes checking for LIBVA_X11... yes checking for LIBVA_WL... yes checking libavcodec/vaapi.h usability... yes checking libavcodec/vaapi.h presence... yes checking for libavcodec/vaapi.h... yes configure: VA API acceleration activated Playing a movie, the VA-API is automatically used. libva info: VA-API version 1.3.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_1_3 libva info: va_openDriver() returns 0 Increment revision to 1. --- vlc.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlc.be0 b/vlc.be0 index 7d1ffc4a1..35fec81fd 100755 --- a/vlc.be0 +++ b/vlc.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION vlc-3.0.4-0 +# BEE_VERSION vlc-3.0.4-1 SRCURL[0]="https://download.videolan.org/pub/videolan/vlc/${PKGVERSION}/vlc-${PKGVERSION}.tar.xz"