fixed build by reverting 1604 revision where 'pa_ringbuffer.o' dependency was added to Makefile.in, modified configure.in for WASAPI build and added explicit 'pa_ringbuffer.o' dependency there instead
This commit is contained in:
parent
59f8c8975c
commit
b906a9d336
2 changed files with 1 additions and 2 deletions
|
|
@ -56,7 +56,6 @@ COMMON_OBJS = \
|
||||||
src/common/pa_process.o \
|
src/common/pa_process.o \
|
||||||
src/common/pa_stream.o \
|
src/common/pa_stream.o \
|
||||||
src/common/pa_trace.o \
|
src/common/pa_trace.o \
|
||||||
src/common/pa_ringbuffer.o \
|
|
||||||
src/hostapi/skeleton/pa_hostapi_skeleton.o
|
src/hostapi/skeleton/pa_hostapi_skeleton.o
|
||||||
|
|
||||||
TESTS = \
|
TESTS = \
|
||||||
|
|
|
||||||
|
|
@ -262,7 +262,7 @@ case "${host_os}" in
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "x$with_wasapi" = "xyes" ]]; then
|
if [[ "x$with_wasapi" = "xyes" ]]; then
|
||||||
add_objects src/hostapi/wasapi/pa_win_wasapi.o src/os/win/pa_win_hostapis.o src/os/win/pa_win_util.o src/os/win/pa_win_waveformat.o
|
add_objects src/hostapi/wasapi/pa_win_wasapi.o src/common/pa_ringbuffer.o src/os/win/pa_win_hostapis.o src/os/win/pa_win_util.o src/os/win/pa_win_waveformat.o
|
||||||
LIBS="-lwinmm -lm -lole32 -luuid"
|
LIBS="-lwinmm -lm -lole32 -luuid"
|
||||||
DLL_LIBS="${DLL_LIBS} -lwinmm"
|
DLL_LIBS="${DLL_LIBS} -lwinmm"
|
||||||
CFLAGS="$CFLAGS -I\$(top_srcdir)/src/common -I\$(top_srcdir)/src/hostapi/wasapi/mingw-include -UPA_USE_WASAPI -DPA_USE_WASAPI=1"
|
CFLAGS="$CFLAGS -I\$(top_srcdir)/src/common -I\$(top_srcdir)/src/hostapi/wasapi/mingw-include -UPA_USE_WASAPI -DPA_USE_WASAPI=1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue