mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
Windows doesn't have POSIX thread. ifdef out things for now.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@824 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9e60bad5c3
commit
1438bd49dc
2 changed files with 23 additions and 3 deletions
|
|
@ -181,7 +181,6 @@ pabrowse_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
|||
|
||||
noinst_PROGRAMS = \
|
||||
mainloop-test \
|
||||
thread-mainloop-test \
|
||||
mcalign-test \
|
||||
pacat-simple \
|
||||
parec-simple \
|
||||
|
|
@ -207,6 +206,12 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue