port the threaded mainloop to our new abstract mutex/thread API

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1369 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-09-04 21:29:17 +00:00
parent 8e7c2a3b0c
commit 813e95f3b8
2 changed files with 48 additions and 287 deletions

View file

@ -619,10 +619,16 @@ if OS_IS_WIN32
libpulsecore_la_SOURCES += \
pulsecore/mutex-win32.c \
pulsecore/thread-win32.c
libpulse_la_SOURCES += \
pulsecore/mutex-win32.c \
pulsecore/thread-win32.c
else
libpulsecore_la_SOURCES += \
pulsecore/mutex-posix.c \
pulsecore/thread-posix.c
libpulse_la_SOURCES += \
pulsecore/mutex-posix.c \
pulsecore/thread-posix.c
endif
libpulsecore_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBOIL_CFLAGS)