wasapi:
- fixed warning of incompatible type usage when ring-buffer is used for blocking interface - fixed compilation using MSYS with MinGW compiler (regenerate makefile with configure)
This commit is contained in:
parent
c0289d34d7
commit
ff61de145b
3 changed files with 2 additions and 2 deletions
|
|
@ -267,7 +267,7 @@ case "${host_os}" in
|
|||
if [[ "x$with_wasapi" = "xyes" ]]; then
|
||||
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"
|
||||
DLL_LIBS="${DLL_LIBS} -lwinmm"
|
||||
DLL_LIBS="${DLL_LIBS} -lwinmm -lole32"
|
||||
CFLAGS="$CFLAGS -I\$(top_srcdir)/src/common -I\$(top_srcdir)/src/hostapi/wasapi/mingw-include -UPA_USE_WASAPI -DPA_USE_WASAPI=1"
|
||||
fi
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue