From 2567664f82e7839aacc201428996d4f1fbd60a1e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 16 Feb 2015 13:55:53 -0600 Subject: update to latest stable, convert to git source --- package/squeezelite/patches/patch-Makefile | 4 ++-- package/squeezelite/patches/patch-output_alsa_c | 13 ------------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 package/squeezelite/patches/patch-output_alsa_c (limited to 'package/squeezelite/patches') diff --git a/package/squeezelite/patches/patch-Makefile b/package/squeezelite/patches/patch-Makefile index 388c8ab31..37e191af9 100644 --- a/package/squeezelite/patches/patch-Makefile +++ b/package/squeezelite/patches/patch-Makefile @@ -1,5 +1,5 @@ ---- squeezelite-1.5.orig/Makefile 2014-01-24 11:24:16.000000000 +0100 -+++ squeezelite-1.5/Makefile 2014-01-24 17:37:36.841831508 +0100 +--- squeezelite-8b8dfe6918ebe45ade5f3d9b68d453d7b8128d99.orig/Makefile 2015-02-16 13:46:04.000000000 -0600 ++++ squeezelite-8b8dfe6918ebe45ade5f3d9b68d453d7b8128d99/Makefile 2015-02-16 13:53:32.402174814 -0600 @@ -1,6 +1,7 @@ # Cross compile support - create a Makefile which defines these three variables and then includes this Makefile... CFLAGS ?= -Wall -fPIC -O2 $(OPTS) 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); -- cgit v1.2.3