]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
ifdef FREEDV aoutn #include <freedv.h>
authorJohn Melton g0orx/n6lyt <john.d.melton@googlemail.com>
Wed, 11 May 2016 19:08:19 +0000 (19:08 +0000)
committerJohn Melton g0orx/n6lyt <john.d.melton@googlemail.com>
Wed, 11 May 2016 19:08:19 +0000 (19:08 +0000)
old_protocol.c
wdsp_init.c

index 9e02f864b8cc296fb0a951f40cf5d27f7120a7c4..b33f5b7bf02547cdef119ab8a30a59a010a5be03 100644 (file)
@@ -43,7 +43,9 @@
 #include "old_protocol.h"
 #include "radio.h"
 #include "toolbar.h"
+#ifdef FREEDV
 #include "freedv.h"
+#endif
 
 #define SYNC0 0
 #define SYNC1 1
index ff25aa673731d8ae85c38fbb190cf3d99dc9bdcd..994e3fabc9c576cd8e52488022986734158060bf 100644 (file)
@@ -47,7 +47,9 @@
 #include "vfo.h"
 #include "toolbar.h"
 #include "wdsp_init.h"
+#ifdef FREEDV
 #include "freedv.h"
+#endif
 
 #define PI 3.1415926535897932F
 #define min(x,y) (x<y?x:y)