Files
MINGW-packages/mingw-w64-portaudio/fix-build.patch
Christoph Reiter ae27a3a7dd portaudio: include static library. Fixes #2317 (#2512)
For some reason it either builds a static or a shared one.
Just build it twice and install both.
2017-05-23 21:50:30 +03:00

13 lines
361 B
Diff

--- Makefile.in.orig 2017-05-23 11:54:39.381395400 +0200
+++ Makefile.in 2017-05-23 11:55:16.248260300 +0200
@@ -56,8 +56,7 @@
src/common/pa_front.o \
src/common/pa_process.o \
src/common/pa_stream.o \
- src/common/pa_trace.o \
- src/hostapi/skeleton/pa_hostapi_skeleton.o
+ src/common/pa_trace.o
LOOPBACK_OBJS = \
qa/loopback/src/audio_analyzer.o \