From 3ec4d97a54ea72054638fec340bd58819b30ec01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 13 Feb 2020 08:31:23 +0100 Subject: kodi-rpi: rename from kodi and try to improve and clean --- kodi/set-default-stacksize.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 kodi/set-default-stacksize.patch (limited to 'kodi/set-default-stacksize.patch') diff --git a/kodi/set-default-stacksize.patch b/kodi/set-default-stacksize.patch deleted file mode 100644 index 8a79215..0000000 --- a/kodi/set-default-stacksize.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ./xbmc/threads/platform/pthreads/ThreadImpl.cpp.orig -+++ ./xbmc/threads/platform/pthreads/ThreadImpl.cpp -@@ -42,6 +42,7 @@ - { - pthread_attr_t attr; - pthread_attr_init(&attr); -+ if (!stacksize) stacksize = 1024*1024; - #if !defined(TARGET_ANDROID) // http://code.google.com/p/android/issues/detail?id=7808 - if (stacksize > PTHREAD_STACK_MIN) - pthread_attr_setstacksize(&attr, stacksize); -- cgit v1.2.3