mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 16:20:12 +01:00
Update portmixer test from portaudio v18 to v19 and fix the compilation.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
check_PROGRAMS = px_test
|
||||
|
||||
px_test_CPPFLAGS = -I$(top_srcdir)/include
|
||||
px_test_LDADD = $(top_builddir)/src/libportmixer.la
|
||||
px_test_CPPFLAGS = -I$(top_srcdir)/include $(PORTAUDIO_CFLAGS)
|
||||
px_test_LDADD = $(top_builddir)/src/libportmixer.la $(PORTAUDIO_LIBS)
|
||||
px_test_SOURCES = px_test.c
|
||||
|
||||
Reference in New Issue
Block a user