From f4e6ce7f7d97814be2dcee35472176fff98b288c Mon Sep 17 00:00:00 2001 From: Stefan Reiff Date: Sun, 12 May 2019 20:38:56 +0200 Subject: community/vdr: move from testing --- testing/vdr/softhddevice-musl.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 testing/vdr/softhddevice-musl.patch (limited to 'testing/vdr/softhddevice-musl.patch') diff --git a/testing/vdr/softhddevice-musl.patch b/testing/vdr/softhddevice-musl.patch deleted file mode 100644 index 8564ef5e72..0000000000 --- a/testing/vdr/softhddevice-musl.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/PLUGINS/src/softhddevice/audio.c -+++ b/PLUGINS/src/softhddevice/audio.c -@@ -48,6 +48,7 @@ - #include - #include - #include -+#include - - #include - #define _(str) gettext(str) ///< gettext shortcut -@@ -1584,7 +1585,7 @@ - if (err < 0) { // underrun error - return -1; - } -- pthread_yield(); -+ sched_yield(); - usleep(OssFragmentTime * 1000); // let fill/empty the buffers - return 0; - } -- cgit v1.2.3