mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
move autospawn lock to pulsecore/ since we don't need it in the client anymore
This commit is contained in:
parent
f2164023fd
commit
821dc1797f
5 changed files with 5 additions and 6 deletions
|
|
@ -541,8 +541,7 @@ libpulse_la_SOURCES = \
|
|||
pulse/xmalloc.c pulse/xmalloc.h \
|
||||
pulse/proplist.c pulse/proplist.h \
|
||||
pulse/ext-stream-restore.c pulse/ext-stream-restore.h \
|
||||
pulse/i18n.c pulse/i18n.h \
|
||||
pulse/lock-autospawn.c pulse/lock-autospawn.h
|
||||
pulse/i18n.c pulse/i18n.h
|
||||
|
||||
# Internal stuff that is shared with libpulsecore
|
||||
libpulse_la_SOURCES += \
|
||||
|
|
@ -740,8 +739,7 @@ libpulsecore_la_SOURCES = \
|
|||
pulse/volume.c pulse/volume.h \
|
||||
pulse/xmalloc.c pulse/xmalloc.h \
|
||||
pulse/proplist.c pulse/proplist.h \
|
||||
pulse/i18n.c pulse/i18n.h \
|
||||
pulse/lock-autospawn.c pulse/lock-autospawn.h
|
||||
pulse/i18n.c pulse/i18n.h
|
||||
|
||||
# Pure core stuff (some are shared in libpulse though).
|
||||
libpulsecore_la_SOURCES += \
|
||||
|
|
@ -811,6 +809,7 @@ libpulsecore_la_SOURCES += \
|
|||
pulsecore/start-child.c pulsecore/start-child.h \
|
||||
pulsecore/envelope.c pulsecore/envelope.h \
|
||||
pulsecore/proplist-util.c pulsecore/proplist-util.h \
|
||||
pulsecore/lock-autospawn.c pulsecore/lock-autospawn.h \
|
||||
$(PA_THREAD_OBJS)
|
||||
|
||||
if OS_IS_WIN32
|
||||
|
|
|
|||
|
|
@ -65,8 +65,8 @@
|
|||
#include <pulse/timeval.h>
|
||||
#include <pulse/xmalloc.h>
|
||||
#include <pulse/i18n.h>
|
||||
#include <pulse/lock-autospawn.h>
|
||||
|
||||
#include <pulsecore/lock-autospawn.h>
|
||||
#include <pulsecore/winsock.h>
|
||||
#include <pulsecore/core-error.h>
|
||||
#include <pulsecore/core.h>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/thread.h>
|
||||
#include <pulse/lock-autospawn.h>
|
||||
#include <pulsecore/lock-autospawn.h>
|
||||
#include <pulse/util.h>
|
||||
|
||||
static void thread_func(void*k) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue