mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Split OSS support in output and wrapper.
Since Fedora does not enable OSS output support at all, but still uses padsp, and in Gentoo we could also make use of padsp without OSS output support, split the two things in two parameters, although they both check for sys/soundcard.h once.
This commit is contained in:
parent
9ade13604e
commit
4c15115007
5 changed files with 40 additions and 24 deletions
|
|
@ -113,7 +113,7 @@ int allow_severity = LOG_INFO;
|
|||
int deny_severity = LOG_WARNING;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OSS
|
||||
#ifdef HAVE_OSS_WRAPPER
|
||||
/* 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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue