From b3241e541c51e52c96769501e14a858914003aa0 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 18 May 2009 13:57:27 +0000 Subject: [PATCH] [package] remove this patch since pulseaudio sources have it applied upstream git-svn-id: svn://svn.openwrt.org/openwrt/packages@15916 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/004-pthread-setaffinity-np.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 sound/pulseaudio/patches/004-pthread-setaffinity-np.patch diff --git a/sound/pulseaudio/patches/004-pthread-setaffinity-np.patch b/sound/pulseaudio/patches/004-pthread-setaffinity-np.patch deleted file mode 100644 index 03aa06f0c..000000000 --- a/sound/pulseaudio/patches/004-pthread-setaffinity-np.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: pulseaudio-0.9.13/src/tests/rtstutter.c -=================================================================== ---- pulseaudio-0.9.13.orig/src/tests/rtstutter.c 2008-08-19 23:25:05.000000000 +0200 -+++ pulseaudio-0.9.13/src/tests/rtstutter.c 2008-10-08 16:23:38.000000000 +0200 -@@ -53,7 +53,6 @@ static void* work(void *p) { - - CPU_ZERO(&mask); - CPU_SET((size_t) PA_PTR_TO_INT(p), &mask); -- pa_assert_se(pthread_setaffinity_np(pthread_self(), sizeof(mask), &mask) == 0); - - for (;;) { - struct timespec now, end; -Index: pulseaudio-0.9.13/src/tests/rtstutter.c -=================================================================== ---- pulseaudio-0.9.13.orig/src/tests/rtstutter.c 2008-08-19 23:25:05.000000000 +0200 -+++ pulseaudio-0.9.13/src/tests/rtstutter.c 2008-10-08 16:23:38.000000000 +0200 -@@ -53,7 +53,6 @@ static void* work(void *p) { - - CPU_ZERO(&mask); - CPU_SET((size_t) PA_PTR_TO_INT(p), &mask); -- pa_assert_se(pthread_setaffinity_np(pthread_self(), sizeof(mask), &mask) == 0); - - for (;;) { - struct timespec now, end; -- 2.11.0