Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intel-media: Add version 21.3.5
Add Intel Media Driver 2021Q3 Release. [Description][1]:

> The Intel(R) Media Driver for VAAPI is a new VA-API (Video Acceleration
> API) user mode driver supporting hardware accelerated decoding,
> encoding, and video post processing for GEN based graphics hardware.

[1]: https://github.com/intel/media-driver
  • Loading branch information
pmenzel committed Aug 24, 2022
1 parent 05b60b9 commit 6301c4d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions intel-media.be0
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION intel-media-21.3.5-0

SRCURL[0]="https://github.com/intel/media-driver/archive/refs/tags/intel-media-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 6301c4d

Please sign in to comment.