diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-16 13:55:53 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-20 14:00:09 -0600 |
commit | 2567664f82e7839aacc201428996d4f1fbd60a1e (patch) | |
tree | 9e120c8d77f9c0bbc2a9bb45c34f98a346a1e1f5 /package/squeezelite/patches/patch-output_alsa_c | |
parent | bdea175e6338664b2dc62032381117ec4c279569 (diff) |
update to latest stable, convert to git source
Diffstat (limited to 'package/squeezelite/patches/patch-output_alsa_c')
-rw-r--r-- | package/squeezelite/patches/patch-output_alsa_c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/squeezelite/patches/patch-output_alsa_c b/package/squeezelite/patches/patch-output_alsa_c deleted file mode 100644 index 7a3e8f836..000000000 --- a/package/squeezelite/patches/patch-output_alsa_c +++ /dev/null @@ -1,13 +0,0 @@ ---- squeezelite-1.5.orig/output_alsa.c 2014-01-24 11:24:16.000000000 +0100 -+++ squeezelite-1.5/output_alsa.c 2014-02-08 13:36:12.000000000 +0100 -@@ -670,8 +670,10 @@ void output_init_alsa(log_level level, c - LOG_INFO("memory locked"); - } - -+#if defined(__GLIBC__) - mallopt(M_TRIM_THRESHOLD, -1); - mallopt(M_MMAP_MAX, 0); -+#endif - - touch_memory(silencebuf, MAX_SILENCE_FRAMES * BYTES_PER_FRAME); - touch_memory(outputbuf->buf, outputbuf->size); |