mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
* gnu/packages/patches/mediasdk-gcc-14.patch: New file. * gnu/local.mk (dist_patch_DATA): * gnu/packages/video.scm (mediasdk): Update to 23.2.2 and use it. Change-Id: I6a007ac9728d8ed16ddeef425cc544e7f0d861c1
12 lines
341 B
Diff
12 lines
341 B
Diff
Upstream status: Not presented upstcream.
|
|
|
|
--- source/api/mfx_dispatch/linux/mfxparser.cpp.orig 2024-12-31 21:52:28.147107173 +0100
|
|
+++ source/api/mfx_dispatch/linux/mfxparser.cpp 2024-12-31 21:52:47.471325750 +0100
|
|
@@ -23,6 +23,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
+#include <cstdint>
|
|
#include <list>
|
|
|
|
#include "mfxloader.h"
|