mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ffmpeg-7: Enable libplacebo support.
* gnu/packages/video.scm (ffmpeg-7) [inputs]: Add libplacebo. [configure-flags]: Add --enable-libplacebo. Change-Id: Ib46d46505417b63d44d28369662617e8ebbf9098
This commit is contained in:
parent
6f2cbe7f4f
commit
7d7c1428e5
1 changed files with 2 additions and 0 deletions
|
@ -1674,6 +1674,7 @@ operate properly.")
|
|||
libcaca
|
||||
libcdio-paranoia
|
||||
libdrm
|
||||
libplacebo
|
||||
libtheora
|
||||
libva
|
||||
libvdpau
|
||||
|
@ -1775,6 +1776,7 @@ operate properly.")
|
|||
"--enable-libfreetype"
|
||||
"--enable-libmp3lame"
|
||||
"--enable-libopus"
|
||||
"--enable-libplacebo"
|
||||
"--enable-libpulse"
|
||||
#$@(if (this-package-input "rav1e")
|
||||
'("--enable-librav1e")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue