gnu: transcode: Fix build with gcc-14.

* gnu/packages/video.scm (transcode)[arguments]: Extend CFLAGS to relax
gcc-14's strictness.

Change-Id: I48bdf9f98297e49f3529264ffd914125b18f50cc
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-31 23:13:43 +01:00
parent 14d8e4b1e9
commit 59783d0d4e
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -313,7 +313,9 @@ (define-public transcode
(arguments
`(#:configure-flags
(list
"CFLAGS=-O2 -g -fcommon"
,(string-append "CFLAGS=-O2 -g -fcommon"
" -Wno-error=implicit-function-declaration"
" -Wno-error=int-conversion")
;; XXX: Broken API.
;; Undeclared variables 'sys_nerr' and 'sys_errlist'.
;; "--enable-libv4l2"