mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: add PR7280
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f79effacf2
commit
34d4ce8476
1364
packages/mediacenter/kodi/patches/kodi-999.22-PR7280.patch
Normal file
1364
packages/mediacenter/kodi/patches/kodi-999.22-PR7280.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3110,29 +3110,6 @@ index f9b9232..33aa88c 100644
|
||||
if (pts == DVD_NOPTS_VALUE)
|
||||
pts = dts;
|
||||
|
||||
From bd332e5190d098ab8d22309eec31c0a3a8a5dfa9 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Fri, 12 Jun 2015 17:27:47 +0100
|
||||
Subject: [PATCH 48/51] [rbp] Disable fast_memcpy which is slower than memcpy
|
||||
|
||||
---
|
||||
xbmc/utils/fastmemcpy.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/xbmc/utils/fastmemcpy.h b/xbmc/utils/fastmemcpy.h
|
||||
index 43f5904..6d872b1 100644
|
||||
--- a/xbmc/utils/fastmemcpy.h
|
||||
+++ b/xbmc/utils/fastmemcpy.h
|
||||
@@ -23,7 +23,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
-#if !defined(TARGET_WINDOWS) && !defined(__ppc__) && !defined(__powerpc__) && !defined(__mips__) && !defined(TARGET_ANDROID) && !defined(TARGET_DARWIN_IOS)
|
||||
+#if !defined(TARGET_WINDOWS) && !defined(__ppc__) && !defined(__powerpc__) && !defined(__mips__) && !defined(TARGET_ANDROID) && !defined(TARGET_DARWIN_IOS) && !defined(TARGET_RASPBERRY_PI)
|
||||
void * fast_memcpy(void * to, const void * from, size_t len);
|
||||
//#define fast_memcpy memcpy
|
||||
#else
|
||||
|
||||
From 493d0d8dfac375bedb0e80c08213bb45a714a4bb Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 10 Jun 2015 20:42:03 +0100
|
||||
|
@ -3110,29 +3110,6 @@ index f9b9232..33aa88c 100644
|
||||
if (pts == DVD_NOPTS_VALUE)
|
||||
pts = dts;
|
||||
|
||||
From bd332e5190d098ab8d22309eec31c0a3a8a5dfa9 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Fri, 12 Jun 2015 17:27:47 +0100
|
||||
Subject: [PATCH 48/51] [rbp] Disable fast_memcpy which is slower than memcpy
|
||||
|
||||
---
|
||||
xbmc/utils/fastmemcpy.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/xbmc/utils/fastmemcpy.h b/xbmc/utils/fastmemcpy.h
|
||||
index 43f5904..6d872b1 100644
|
||||
--- a/xbmc/utils/fastmemcpy.h
|
||||
+++ b/xbmc/utils/fastmemcpy.h
|
||||
@@ -23,7 +23,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
-#if !defined(TARGET_WINDOWS) && !defined(__ppc__) && !defined(__powerpc__) && !defined(__mips__) && !defined(TARGET_ANDROID) && !defined(TARGET_DARWIN_IOS)
|
||||
+#if !defined(TARGET_WINDOWS) && !defined(__ppc__) && !defined(__powerpc__) && !defined(__mips__) && !defined(TARGET_ANDROID) && !defined(TARGET_DARWIN_IOS) && !defined(TARGET_RASPBERRY_PI)
|
||||
void * fast_memcpy(void * to, const void * from, size_t len);
|
||||
//#define fast_memcpy memcpy
|
||||
#else
|
||||
|
||||
From 493d0d8dfac375bedb0e80c08213bb45a714a4bb Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 10 Jun 2015 20:42:03 +0100
|
||||
|
Loading…
x
Reference in New Issue
Block a user