guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/51: gnu: ffmpeg: Add a debug output.


From: guix-commits
Subject: 14/51: gnu: ffmpeg: Add a debug output.
Date: Tue, 28 Mar 2023 20:20:20 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 0c0d5130af3939ee7da3dad8d045ff45f2a80bf2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 10:54:32 2023 -0400

    gnu: ffmpeg: Add a debug output.
    
    * gnu/packages/video.scm (ffmpeg) [outputs]: New field.
    [arguments]: Add --disable-stripping to configure flags.
---
 gnu/packages/video.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f0f0683a1a..2c03d4a702 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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")
                 '())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]