mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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.
This commit is contained in:
parent
7e0d513fb9
commit
1e2a36e1b0
1 changed files with 6 additions and 0 deletions
|
@ -713,6 +713,12 @@ (define-public ffmpeg
|
|||
|
||||
"--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"
|
||||
|
|
Loading…
Reference in a new issue