guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ffmpeg: Reduce the size of the closure.


From: Efraim Flashner
Subject: 02/02: gnu: ffmpeg: Reduce the size of the closure.
Date: Sun, 12 Nov 2017 00:13:01 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1e2a36e1b0ec087a99aaf553fd69a3bd85961275
Author: Efraim Flashner <address@hidden>
Date:   Sat Nov 11 23:10:46 2017 +0200

    gnu: ffmpeg: Reduce the size of the closure.
    
    * gnu/packages/video.scm (ffmpeg)[arguments]: Add new configure flags to
    disable the html man pages and the static libraries.
---
 gnu/packages/video.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fdc8b02..7a30cb4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -713,6 +713,12 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and 
VC-1/VMW3).")
 
          "--enable-runtime-cpudetect"
 
+         ;; The HTML pages take 7.2 MiB
+         "--disable-htmlpages"
+
+         ;; The static libraries are 23 MiB
+         "--disable-static"
+
          ;; Runtime cpu detection is not implemented on
          ;; MIPS, so we disable some features.
          "--disable-mips32r2"



reply via email to

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