Skip to content

Commit

Permalink
vlc: Rebuild for VA-API support
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmenzel committed Dec 6, 2018
1 parent 08f286a commit bbd0392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlc.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit bbd0392

Please sign in to comment.