1
0
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:
benjamin.drung@gmail.com
2013-11-18 21:25:29 +00:00
parent c2a15f6df6
commit b947c07ad8
3 changed files with 31 additions and 17 deletions

View File

@@ -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