]> code.delx.au - pulseaudio/commit
pulsecore: Hardcode FRAME_SIZE_MAX_ALLOW
authorMaarten Bosmans <mkbosmans@gmail.com>
Tue, 22 Nov 2011 15:09:18 +0000 (16:09 +0100)
committerColin Guthrie <colin@mageia.org>
Sun, 27 Nov 2011 14:54:01 +0000 (14:54 +0000)
commit5aedb9b7d3422b9d38a79500d9fbe3a813bc6050
tree8ab213788a81ec4119da1a061758b620fefbdb9a
parentba2dee08ba36d8b3922d76b2761480ca8e17e462
pulsecore: Hardcode FRAME_SIZE_MAX_ALLOW

Instead of using PA_SCACHE_ENTRY_SIZE_MAX, the size for FRAME_SIZE_MAX_ALLOW is
set directly to the same value.  This removes the need for the core-scache.h
include, which caused an unwanted dependency of libpulsecommon on libpulsecore.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=41539
src/pulsecore/pstream.c