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
|
libcaca
|
||||||
libcdio-paranoia
|
libcdio-paranoia
|
||||||
libdrm
|
libdrm
|
||||||
|
libplacebo
|
||||||
libtheora
|
libtheora
|
||||||
libva
|
libva
|
||||||
libvdpau
|
libvdpau
|
||||||
|
@ -1775,6 +1776,7 @@ operate properly.")
|
||||||
"--enable-libfreetype"
|
"--enable-libfreetype"
|
||||||
"--enable-libmp3lame"
|
"--enable-libmp3lame"
|
||||||
"--enable-libopus"
|
"--enable-libopus"
|
||||||
|
"--enable-libplacebo"
|
||||||
"--enable-libpulse"
|
"--enable-libpulse"
|
||||||
#$@(if (this-package-input "rav1e")
|
#$@(if (this-package-input "rav1e")
|
||||||
'("--enable-librav1e")
|
'("--enable-librav1e")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue