mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ffmpeg-5: Rename variable to ffmpeg.
* gnu/packages/video.scm (ffmpeg-5): Rename to... (ffmpeg): ... this, replacing the old 'ffmpeg' alias. (ffmpeg-4): Adjust accordingly. * gnu/packages/jami.scm (ffmpeg-jami): Likewise.
This commit is contained in:
parent
30f0fd2176
commit
d624cd4c84
2 changed files with 6 additions and 8 deletions
|
@ -349,7 +349,7 @@
|
|||
|
||||
(define-public ffmpeg-jami
|
||||
(package
|
||||
(inherit ffmpeg-5)
|
||||
(inherit ffmpeg)
|
||||
(name "ffmpeg-jami")
|
||||
;; XXX: Use a slightly older version, otherwise the
|
||||
;; 'libopusdec-enable-FEC' patch doesn't apply.
|
||||
|
@ -363,7 +363,7 @@
|
|||
"0yq0jcdc4qm5znrzylj3dsicrkk2n3n8bv28vr0a506fb7iglbpg"))))
|
||||
(outputs '("out" "debug"))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments ffmpeg-5)
|
||||
(substitute-keyword-arguments (package-arguments ffmpeg)
|
||||
((#:configure-flags _ '())
|
||||
#~(cons* "--disable-static"
|
||||
"--enable-shared"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue