mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Revert "inputstream.adaptive: backport upstream fix for build error"
This reverts commit 6bc657cb71a60ad210fface83f46282b2fb4d9ae.
This commit is contained in:
parent
7e69b90ca0
commit
e041a486ee
@ -1,23 +0,0 @@
|
|||||||
From bd31b00a30dc022fb0384f5b263066f6d6d99e43 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bernd Kuhls <bernd@kuhls.net>
|
|
||||||
Date: Sat, 3 Aug 2024 12:01:47 +0200
|
|
||||||
Subject: [PATCH] Fix build error with gcc 14
|
|
||||||
|
|
||||||
src/decrypters/Helpers.h:55:13: error: 'uint8_t' was not declared in this scope
|
|
||||||
55 | std::vector<uint8_t> ConvertKidStrToBytes(std::string_view kidStr);
|
|
||||||
---
|
|
||||||
src/decrypters/Helpers.h | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/src/decrypters/Helpers.h b/src/decrypters/Helpers.h
|
|
||||||
index f66e15f3e..55dca4407 100644
|
|
||||||
--- a/src/decrypters/Helpers.h
|
|
||||||
+++ b/src/decrypters/Helpers.h
|
|
||||||
@@ -8,6 +8,7 @@
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <string>
|
|
||||||
#include <string_view>
|
|
||||||
#include <vector>
|
|
Loading…
x
Reference in New Issue
Block a user