Fix video output driver for softhddevice when an intel igp is used.

it's va-api instead of va-pi - thanks to beinhart (vdr-portal.de) for noticing.
This commit is contained in:
Alexander Grothe
2019-02-22 13:36:09 +01:00
parent 08ed05594e
commit 71c2079f53
3 changed files with 510 additions and 612 deletions

View File

@@ -47,7 +47,7 @@
- name: vdr-config | use vaapi for softhddevice if we got an intel IGP
lineinfile:
path: /etc/vdr/conf.avail/softhddevice.conf
line: '-v va-pi'
line: '-v va-api'
state: present if intel_detected else absent
- name: add a login shell for the user vdr