Add stubs for the threaded main loop so that we can compile it on

non-supported platforms (still can't run it though).


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@834 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-05-09 08:39:26 +00:00
parent 06e1867307
commit 4e71f20d6c
2 changed files with 48 additions and 11 deletions

View file

@ -188,7 +188,8 @@ noinst_PROGRAMS = \
voltest \
memblockq-test \
sync-playback \
channelmap-test
channelmap-test \
thread-mainloop-test
if HAVE_SIGXCPU
noinst_PROGRAMS += \
@ -206,12 +207,6 @@ noinst_PROGRAMS += \
mainloop-test-glib12
endif
# FIXME: We need to make thread-mainloop win32-compatible first
if !OS_IS_WIN32
noinst_PROGRAMS += \
thread-mainloop-test
endif
mainloop_test_SOURCES = tests/mainloop-test.c
mainloop_test_CFLAGS = $(AM_CFLAGS)
mainloop_test_LDADD = $(AM_LDADD) libpolyp-@PA_MAJORMINOR@.la