home.nas: get jellyfin hardware transcoding to work
This commit is contained in:
parent
0b155a8a4d
commit
99ca3b6282
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ nodes['home.nas'] = {
|
||||||
'packages': {
|
'packages': {
|
||||||
'mpv': {},
|
'mpv': {},
|
||||||
|
|
||||||
|
# for hardware transcoding of video
|
||||||
|
'firmware-amd-graphics': {},
|
||||||
|
'mesa-va-drivers': {},
|
||||||
|
|
||||||
# for compiling yate
|
# for compiling yate
|
||||||
'autoconf': {},
|
'autoconf': {},
|
||||||
'subversion': {},
|
'subversion': {},
|
||||||
|
|
Loading…
Reference in a new issue