mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ffmpeg: Add a debug output.
* gnu/packages/video.scm (ffmpeg) [outputs]: New field. [arguments]: Add --disable-stripping to configure flags.
This commit is contained in:
parent
7faa4c2aec
commit
ae3fb9c09f
1 changed files with 3 additions and 0 deletions
|
@ -1587,6 +1587,7 @@ (define-public ffmpeg
|
|||
(sha256
|
||||
(base32
|
||||
"10kh2f4y4isfqj4xpcqqnzk611jh89ywcjyjnq9c2jcv5p18ggjp"))))
|
||||
(outputs '("out" "debug"))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(append
|
||||
|
@ -1727,6 +1728,8 @@ (define-public ffmpeg
|
|||
;; The static libraries are 23 MiB
|
||||
"--disable-static"
|
||||
|
||||
"--disable-stripping"
|
||||
|
||||
#$@(if (target-riscv64?)
|
||||
'("--extra-cflags=-fPIC")
|
||||
'())
|
||||
|
|
Loading…
Reference in a new issue