gnu: ffmpeg: Enable vaapi.
* gnu/packages/video.scm (ffmpeg)[arguments]: Add --enable-vaapi to configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
c45df57313
commit
7db8fd6e72
1 changed files with 1 additions and 0 deletions
|
@ -1598,6 +1598,7 @@ operate properly.")
|
|||
"--enable-openal"
|
||||
"--enable-opengl"
|
||||
"--enable-libdrm"
|
||||
"--enable-vaapi"
|
||||
|
||||
"--enable-runtime-cpudetect"
|
||||
|
||||
|
|
Reference in a new issue