]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
include SOAPY if compiled with SOAPY
authorc vw <dl1ycf@darc.de>
Mon, 11 Nov 2019 10:06:48 +0000 (11:06 +0100)
committerc vw <dl1ycf@darc.de>
Mon, 11 Nov 2019 10:06:48 +0000 (11:06 +0100)
portaudio.c

index c46f451db134fa0ac8f7622edd620e28055ec8d6..b4f2ca1dc9477e33873b93c1a549e3deba8d716d 100644 (file)
@@ -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;