Add iHD driver for VAAPI support on newer hardware (#179)

* Add iHD driver for VAAPI support on newer hardware

* Updated Changelog.
This commit is contained in:
Martin Riedel
2021-07-27 13:25:29 -04:00
committed by GitHub
parent ac859a0867
commit 91358c7ba5
2 changed files with 2 additions and 0 deletions

View File

@@ -247,6 +247,7 @@ RUN \
libssl1.1 \
libva \
libva-intel-driver \
intel-media-driver \
mesa-dri-ati \
libvpx \
libxml2 \

View File

@@ -126,6 +126,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "11.05.21:", desc: "Added Intel iHD driver support." }
- { date: "02.06.20:", desc: "Update to Alpine 3.12." }
- { date: "27.12.19:", desc: "Add requests and perl-json-xs package." }
- { date: "27.12.19:", desc: "Update to Alpine 3.11." }