me
/
guix
Archived
1
0
Fork 0

gnu: ffmpeg: Add a debug output.

* gnu/packages/video.scm (ffmpeg) [outputs]: New field.
[arguments]: Add --disable-stripping to configure flags.
master
Maxim Cournoyer 2023-03-27 10:54:32 -04:00
parent bf23e8518f
commit 0c0d5130af
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 0 deletions

View File

@ -1587,6 +1587,7 @@ operate properly.")
(sha256
(base32
"10kh2f4y4isfqj4xpcqqnzk611jh89ywcjyjnq9c2jcv5p18ggjp"))))
(outputs '("out" "debug"))
(build-system gnu-build-system)
(inputs
(append
@ -1727,6 +1728,8 @@ operate properly.")
;; The static libraries are 23 MiB
"--disable-static"
"--disable-stripping"
#$@(if (target-riscv64?)
'("--extra-cflags=-fPIC")
'())