pulseaudio: moved to github
[packages.git] / sound / pulseaudio / patches / 001-no_default_64mb_alloc.patch
diff --git a/sound/pulseaudio/patches/001-no_default_64mb_alloc.patch b/sound/pulseaudio/patches/001-no_default_64mb_alloc.patch
deleted file mode 100644 (file)
index 00a2274..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/pulsecore/memblock.c
-+++ b/src/pulsecore/memblock.c
-@@ -57,7 +57,7 @@
-  * stored in SHM and our OS does not commit the memory before we use
-  * it for the first time. */
- #define PA_MEMPOOL_SLOTS_MAX 1024
--#define PA_MEMPOOL_SLOT_SIZE (64*1024)
-+#define PA_MEMPOOL_SLOT_SIZE 64
- #define PA_MEMEXPORT_SLOTS_MAX 128