annotate src/portaudio_20161030/bindings/cpp/include/Makefile.am @ 80:0b60a66de5e2
This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author |
Chris Cannam |
date |
Thu, 31 Oct 2019 13:20:41 +0000 |
parents |
284acf908dcd |
children |
|
rev |
line source |
Chris@4
|
1 pkginclude_HEADERS = \
|
Chris@4
|
2 portaudiocpp/AutoSystem.hxx \
|
Chris@4
|
3 portaudiocpp/BlockingStream.hxx \
|
Chris@4
|
4 portaudiocpp/CallbackInterface.hxx \
|
Chris@4
|
5 portaudiocpp/CallbackStream.hxx \
|
Chris@4
|
6 portaudiocpp/CFunCallbackStream.hxx \
|
Chris@4
|
7 portaudiocpp/CppFunCallbackStream.hxx \
|
Chris@4
|
8 portaudiocpp/Device.hxx \
|
Chris@4
|
9 portaudiocpp/DirectionSpecificStreamParameters.hxx \
|
Chris@4
|
10 portaudiocpp/Exception.hxx \
|
Chris@4
|
11 portaudiocpp/HostApi.hxx \
|
Chris@4
|
12 portaudiocpp/InterfaceCallbackStream.hxx \
|
Chris@4
|
13 portaudiocpp/MemFunCallbackStream.hxx \
|
Chris@4
|
14 portaudiocpp/PortAudioCpp.hxx \
|
Chris@4
|
15 portaudiocpp/SampleDataFormat.hxx \
|
Chris@4
|
16 portaudiocpp/Stream.hxx \
|
Chris@4
|
17 portaudiocpp/StreamParameters.hxx \
|
Chris@4
|
18 portaudiocpp/SystemDeviceIterator.hxx \
|
Chris@4
|
19 portaudiocpp/SystemHostApiIterator.hxx \
|
Chris@4
|
20 portaudiocpp/System.hxx
|
Chris@4
|
21
|
Chris@4
|
22 # portaudiocpp/AsioDeviceAdapter.hxx
|