This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Use system headers for portaudio
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.15
falkTX
4 years ago
parent
2925617908
commit
c4af0d1b56
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
windows/portaudio/JackPortAudioDevices.h
+ 2
- 2
windows/portaudio/JackPortAudioDevices.h
View File
@@ -23,8 +23,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <cstdio>
#include <string>
#include
"portaudio.h"
#include
"pa_asio.h"
#include
<portaudio.h>
#include
<pa_asio.h>
/*!
\brief A PortAudio Devices manager.
Write
Preview
Loading…
Cancel
Save