# # An implementation for VA-API (Video Acceleration API). # # VA-API is an open-source library and API specification, which provides # access to graphics hardware acceleration capabilities for video # processing. It consists of a main library and driver-specific # acceleration backends for each supported hardware vendor. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libva pkgversion=2.16.0 arch=amd64 release=1 pkgcategory="xorg_extra" full_pkgname=libva_2.16.0_amd64-1@xorg_extra blurb="An implementation for VA-API (Video Acceleration API)." homepage="https://01.org/linuxmedia" license="MIT X Consortium" fetch="https://github.com/intel/libva/releases/download/2.16.0/libva-2.16.0.tar.bz2" replace="libva-pass1"