mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
update upstream-2021-08-15
This commit is contained in:
parent
c8653c13fa
commit
1703683def
297 changed files with 91782 additions and 54869 deletions
|
|
@ -300,7 +300,9 @@ int pa__init(pa_module*m) {
|
|||
|
||||
# if defined(USE_PROTOCOL_ESOUND)
|
||||
|
||||
# if defined(USE_PER_USER_ESOUND_SOCKET)
|
||||
/* Windows doesn't support getuid(), so we ignore the per-user Esound socket compile flag.
|
||||
* Moreover, Esound Unix sockets haven't been supported on Windows historically. */
|
||||
# if defined(USE_PER_USER_ESOUND_SOCKET) && !defined(OS_IS_WIN32)
|
||||
u->socket_path = pa_sprintf_malloc("/tmp/.esd-%lu/socket", (unsigned long) getuid());
|
||||
# else
|
||||
u->socket_path = pa_xstrdup("/tmp/.esd/socket");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue