Merge pull request #3 from thelamer/master

adding intel driver
This commit is contained in:
chbmb
2019-06-14 00:04:15 +01:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
at \
i965-va-driver \
jellyfin-ffmpeg \
libfontconfig1 \
libfreetype6 \

View File

@@ -206,4 +206,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **13.06.19:** - Add Intel drivers for vaapi support on x86.
* **07.06.19:** - Initial release.

View File

@@ -60,4 +60,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "13.06.19:", desc: "Add Intel drivers for vaapi support on x86." }
- { date: "07.06.19:", desc: "Initial release." }