mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libquicktime: Fix build with gcc-14.
* gnu/packages/video.scm (libquicktime)[arguments]: New field to relax gcc-14's strictness. Change-Id: I13491dad5b018f93865fabbaddae94850cedcecb
This commit is contained in:
parent
cdeb508e6f
commit
7d4655f2da
1 changed files with 4 additions and 0 deletions
|
@ -542,6 +542,10 @@ (define-public libquicktime
|
|||
(patches
|
||||
(search-patches "libquicktime-ffmpeg.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")))
|
||||
(native-inputs
|
||||
(list gettext-minimal doxygen pkg-config))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue