File: gcc-15.patch

package info (click to toggle)
kodi-inputstream-adaptive 21.5.9%2Bds-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,108 kB
  • sloc: cpp: 92,187; ansic: 296; makefile: 33
file content (15 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1097072
Origin: upstream, https://github.com/xbmc/inputstream.adaptive/pull/1851

--- kodi-inputstream-adaptive-21.5.9+ds.orig/src/common/AdaptiveUtils.h
+++ kodi-inputstream-adaptive-21.5.9+ds/src/common/AdaptiveUtils.h
@@ -13,6 +13,7 @@
 #include <memory>
 #include <string_view>
 #include <vector>
+#include <cstdint>
 
 // forwards
 class AP4_Movie;