mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: (temporary) remove upstream commit which breaks the RPi build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f89d7f8d01
commit
e5af7a5a74
@ -2496,28 +2496,6 @@ index 03e23f8..7ab72f3 100644
|
||||
{
|
||||
bool retVal = DemuxerToStreamDetails(pInputStream, pDemuxer, pItem->GetVideoInfoTag()->m_streamDetails, strFileNameAndPath);
|
||||
|
||||
From 370c70b7d0d8d44fd782040b1077fe53c72966ab Mon Sep 17 00:00:00 2001
|
||||
From: Rainer Hochecker <fernetmenta@online.de>
|
||||
Date: Sun, 28 Sep 2014 13:52:11 +0200
|
||||
Subject: [PATCH 24/25] pthreads: use mutex protocol PTHREAD_PRIO_INHERIT
|
||||
|
||||
---
|
||||
xbmc/threads/platform/pthreads/Implementation.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/xbmc/threads/platform/pthreads/Implementation.cpp b/xbmc/threads/platform/pthreads/Implementation.cpp
|
||||
index 628db54..123526d 100644
|
||||
--- a/xbmc/threads/platform/pthreads/Implementation.cpp
|
||||
+++ b/xbmc/threads/platform/pthreads/Implementation.cpp
|
||||
@@ -38,6 +38,7 @@ namespace XbmcThreads
|
||||
{
|
||||
pthread_mutexattr_init(&recursiveAttr);
|
||||
pthread_mutexattr_settype(&recursiveAttr,PTHREAD_MUTEX_RECURSIVE);
|
||||
+ pthread_mutexattr_setprotocol(&recursiveAttr,PTHREAD_PRIO_INHERIT);
|
||||
alreadyCalled = true;
|
||||
}
|
||||
return true; // note, we never call destroy.
|
||||
|
||||
From 1bf377ff76d30c6082f5ee5b5b63a8d928e5a423 Mon Sep 17 00:00:00 2001
|
||||
From: Rainer Hochecker <fernetmenta@online.de>
|
||||
Date: Sat, 4 Oct 2014 15:22:09 +0200
|
||||
|
Loading…
x
Reference in New Issue
Block a user