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:
Janneke Nieuwenhuizen 2024-12-31 09:45:31 +01:00
parent 54a05a28f7
commit 2c2cea52f5
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -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