gnu: ffmpeg: Add a debug output.
* gnu/packages/video.scm (ffmpeg) [outputs]: New field. [arguments]: Add --disable-stripping to configure flags.master
parent
bf23e8518f
commit
0c0d5130af
|
@ -1587,6 +1587,7 @@ operate properly.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10kh2f4y4isfqj4xpcqqnzk611jh89ywcjyjnq9c2jcv5p18ggjp"))))
|
"10kh2f4y4isfqj4xpcqqnzk611jh89ywcjyjnq9c2jcv5p18ggjp"))))
|
||||||
|
(outputs '("out" "debug"))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(append
|
(append
|
||||||
|
@ -1727,6 +1728,8 @@ operate properly.")
|
||||||
;; The static libraries are 23 MiB
|
;; The static libraries are 23 MiB
|
||||||
"--disable-static"
|
"--disable-static"
|
||||||
|
|
||||||
|
"--disable-stripping"
|
||||||
|
|
||||||
#$@(if (target-riscv64?)
|
#$@(if (target-riscv64?)
|
||||||
'("--extra-cflags=-fPIC")
|
'("--extra-cflags=-fPIC")
|
||||||
'())
|
'())
|
||||||
|
|
Reference in New Issue