mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc-rpi: update to xbmc-rpi-18ea56a
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e055e54561
commit
eea99a5975
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-rpi-theme-Confluence"
|
||||
PKG_VERSION="c767513"
|
||||
PKG_VERSION="18ea56a"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-rpi"
|
||||
PKG_VERSION="c767513"
|
||||
PKG_VERSION="18ea56a"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff -Naur xbmc-10.1-Dharma/xbmc/Application.cpp xbmc-10.1-Dharma.patch/xbmc/Application.cpp
|
||||
--- xbmc-10.1-Dharma/xbmc/Application.cpp 2011-03-08 02:49:14.000000000 +0100
|
||||
+++ xbmc-10.1-Dharma.patch/xbmc/Application.cpp 2011-05-06 01:41:52.853741840 +0200
|
||||
@@ -2515,8 +2515,8 @@
|
||||
if (!m_pPlayer->IsPaused())
|
||||
{ // unpaused - set the playspeed back to normal
|
||||
SetPlaySpeed(1);
|
||||
+ g_audioManager.Enable(m_pPlayer->IsPaused() && !g_audioContext.IsPassthroughActive());
|
||||
}
|
||||
- g_audioManager.Enable(m_pPlayer->IsPaused() && !g_audioContext.IsPassthroughActive());
|
||||
return true;
|
||||
}
|
||||
if (!m_pPlayer->IsPaused())
|
@ -1,12 +0,0 @@
|
||||
diff -Naur xbmc-rpi-c767513/xbmc/TextureCache.cpp xbmc-rpi-c767513.patch/xbmc/TextureCache.cpp
|
||||
--- xbmc-rpi-c767513/xbmc/TextureCache.cpp 2012-05-17 13:59:46.000000000 +0200
|
||||
+++ xbmc-rpi-c767513.patch/xbmc/TextureCache.cpp 2012-05-22 18:41:37.116511846 +0200
|
||||
@@ -92,7 +92,7 @@
|
||||
CTextureDetails details;
|
||||
if (GetCachedTexture(url, details))
|
||||
{
|
||||
- IncrementUseCount(details);
|
||||
+// IncrementUseCount(details);
|
||||
return GetCachedPath(details.file);
|
||||
}
|
||||
return "";
|
Loading…
x
Reference in New Issue
Block a user