projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2b8a45
)
include SOAPY if compiled with SOAPY
author
c vw
<dl1ycf@darc.de>
Mon, 11 Nov 2019 10:06:48 +0000
(11:06 +0100)
committer
c vw
<dl1ycf@darc.de>
Mon, 11 Nov 2019 10:06:48 +0000
(11:06 +0100)
portaudio.c
patch
|
blob
|
history
diff --git
a/portaudio.c
b/portaudio.c
index c46f451db134fa0ac8f7622edd620e28055ec8d6..b4f2ca1dc9477e33873b93c1a549e3deba8d716d 100644
(file)
--- a/
portaudio.c
+++ b/
portaudio.c
@@
-33,6
+33,9
@@
#include "mode.h"
#include "portaudio.h"
#include "audio.h"
+#ifdef SOAPYSDR
+#include "soapy_protocol.h"
+#endif
static PaStream *record_handle=NULL;