diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:25:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:31:53 +0100 |
commit | d420552f02af2ad6a15cf3a70b76bf86b222c07e (patch) | |
tree | 8ab7137ed9264312aee69292d009509e70357ea7 /community/vdr | |
parent | 78a6ed13e4b5cd182f28be18694d543ae179446b (diff) | |
download | aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.bz2 aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.xz |
Remove more stale patches from community/
Diffstat (limited to 'community/vdr')
-rw-r--r-- | community/vdr/softhddevice-musl.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/community/vdr/softhddevice-musl.patch b/community/vdr/softhddevice-musl.patch deleted file mode 100644 index 8564ef5e72..0000000000 --- a/community/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 <inttypes.h> - #include <string.h> - #include <math.h> -+#include <sched.h> - - #include <libintl.h> - #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; - } |