This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/functions b/config/functions | |
index 4ed2351..33b88d6 100644 | |
--- a/config/functions | |
+++ b/config/functions | |
@@ -525,6 +525,38 @@ debug_strip() { | |
fi | |
} | |
+get_color() { | |
+ local clr_var="$1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From bb1c2d40fa123e41165e407cda8bcb7027b0d41e Mon Sep 17 00:00:00 2001 | |
From: croniccorey <[email protected]> | |
Date: Thu, 25 May 2017 03:58:40 -0400 | |
Subject: [PATCH] [Kodi] Update NEON support | |
- Define HAS_NEON when NEON cmake switch is set | |
- Aarch64 always has neon, Enable cmake switch and change CPUInfo to report it | |
- Don't set NEON_FLAGS if none exist, Not all targets need extra flags | |
- Don't use preprocessor to check for neon support, Instead use HAS_NEON set by cmake | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From bb1c2d40fa123e41165e407cda8bcb7027b0d41e Mon Sep 17 00:00:00 2001 | |
From: croniccorey <[email protected]> | |
Date: Thu, 25 May 2017 03:58:40 -0400 | |
Subject: [PATCH] [Kodi] Update NEON support | |
- Define HAS_NEON when NEON cmake switch is set | |
- Aarch64 always has neon, Enable cmake switch and change CPUInfo to report it | |
- Don't set NEON_FLAGS if none exist, Not all targets need extra flags | |
- Don't use preprocessor to check for neon support, Instead use HAS_NEON set by cmake | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From d18752623b952146f0afbbef4e5356b678df5584 Mon Sep 17 00:00:00 2001 | |
From: croniccorey <[email protected]> | |
Date: Sat, 29 Apr 2017 10:10:12 -0400 | |
Subject: [PATCH] [Kodi] Update NEON support | |
- __ARM_NEON__ is now legacy, Add __ARM_NEON defined by newer preprocessor | |
- Aarch64 always has neon, Change CPUInfo to report this | |
--- | |
xbmc/cores/VideoPlayer/VideoRenderers/LinuxRendererGLES.cpp | 2 +- | |
xbmc/cores/VideoPlayer/VideoRenderers/yuv2rgb.neon.S | 2 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Unix SMB/CIFS implementation. | |
trivial database library | |
Copyright (C) Volker Lendecke 2012,2013 | |
Copyright (C) Stefan Metzmacher 2013,2014 | |
Copyright (C) Michael Adam 2014 | |
** NOTE! The following LGPL license applies to the tdb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# This file is part of LibreELEC - https://libreelec.tv | |
# Copyright (C) 2016-present Team LibreELEC | |
# | |
# LibreELEC is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# LibreELEC is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# This file is part of LibreELEC - https://libreelec.tv | |
# Copyright (C) 2016-present Team LibreELEC | |
# | |
# LibreELEC is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# LibreELEC is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# This file is part of LibreELEC - https://libreelec.tv | |
# Copyright (C) 2016-present Team LibreELEC | |
# | |
# LibreELEC is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# LibreELEC is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 5478aa8b4fb8a97bab0b4af88386638e26edcbba Mon Sep 17 00:00:00 2001 | |
From: Lukas Rusak <[email protected]> | |
Date: Sat, 12 Nov 2016 11:24:57 -0800 | |
Subject: [PATCH 1/8] ell: add package | |
--- | |
packages/network/ell/package.mk | 45 + | |
.../ell/patches/ell-0001-remove-kdbus.patch | 2951 ++++++++++++++++++++ | |
2 files changed, 2996 insertions(+) | |
create mode 100644 packages/network/ell/package.mk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/libcec/adapter/RPi/RPiCECAdapterCommunication.cpp b/src/libcec/adapter/RPi/RPiCECAdapterCommunication.cpp | |
index 96065f8..b774832 100644 | |
--- a/src/libcec/adapter/RPi/RPiCECAdapterCommunication.cpp | |
+++ b/src/libcec/adapter/RPi/RPiCECAdapterCommunication.cpp | |
@@ -71,7 +71,6 @@ CRPiCECAdapterCommunication::CRPiCECAdapterCommunication(IAdapterCommunicationCa | |
m_bLogicalAddressChanged(false), | |
m_previousLogicalAddress(CECDEVICE_FREEUSE), | |
m_bLogicalAddressRegistered(false), | |
- m_bDisableCallbacks(false), | |
m_bInitialised(false) |