mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: gavl: Fix build by using gcc-13.
Even using -fpermissive doesn't fix the build with gcc-14. * gnu/packages/video.scm (gavl)[native-inputs]: Add gcc-13. Change-Id: Ie22688d7c265b994715e346520cd9a045351eb16
This commit is contained in:
parent
54a05a28f7
commit
2c2cea52f5
1 changed files with 2 additions and 1 deletions
|
@ -5701,7 +5701,8 @@ (define-public gavl
|
|||
(arguments
|
||||
'(#:configure-flags '("LIBS=-lm")))
|
||||
(native-inputs
|
||||
(list pkg-config doxygen))
|
||||
;; Avoid gcc-14's: error: SSE register return with SSE disabled
|
||||
(list gcc-13 pkg-config doxygen))
|
||||
(home-page "https://gmerlin.sourceforge.net")
|
||||
(synopsis "Low level library for multimedia API building")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue