mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
libde265: update to 1.0.16
This commit is contained in:
parent
8407da8623
commit
d3c85a48eb
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libde265"
|
||||
PKG_VERSION="1.0.15"
|
||||
PKG_SHA256="00251986c29d34d3af7117ed05874950c875dd9292d016be29d3b3762666511d"
|
||||
PKG_VERSION="1.0.16"
|
||||
PKG_SHA256="b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7"
|
||||
PKG_LICENSE="LGPLv3"
|
||||
PKG_SITE="http://www.libde265.org"
|
||||
PKG_URL="https://github.com/strukturag/libde265/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
|
@ -1,22 +0,0 @@
|
||||
From cdcb81af96c42a55686a0940734fc042636c6ad2 Mon Sep 17 00:00:00 2001
|
||||
From: Rudi Heitbaum <rudi@heitbaum.com>
|
||||
Date: Fri, 28 Mar 2025 22:41:11 +1100
|
||||
Subject: [PATCH] allow build with cmake-4.0.0
|
||||
|
||||
use min...max syntax to allow build with newer cmake.
|
||||
|
||||
ref: https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index ab7c6a81..0a6d3bc0 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-cmake_minimum_required (VERSION 3.3.2)
|
||||
+cmake_minimum_required (VERSION 3.3.2...3.10)
|
||||
|
||||
project (libde265
|
||||
LANGUAGES C CXX
|
Loading…
x
Reference in New Issue
Block a user