mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
disable padsp for the polypaudio daemon itself by defining the __padsp_disabled__ symbol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@983 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c8e9fa36c5
commit
f5a888504f
1 changed files with 7 additions and 0 deletions
|
|
@ -79,6 +79,13 @@ int allow_severity = LOG_INFO;
|
|||
int deny_severity = LOG_WARNING;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OSS
|
||||
/* padsp looks for this symbol in the running process and disables
|
||||
* itself if it finds it and it is set to 7 (which is actually a bit
|
||||
* mask). For details see padsp. */
|
||||
int __padsp_disabled__ = 7;
|
||||
#endif
|
||||
|
||||
#ifdef OS_IS_WIN32
|
||||
|
||||
static void message_cb(pa_mainloop_api*a, pa_time_event*e, PA_GCC_UNUSED const struct timeval *tv, void *userdata) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue