[Asterisk-cvs] zaptel fxotune.c,1.9,1.10

markster at lists.digium.com markster at lists.digium.com
Sat Jan 15 01:06:01 CST 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv32584

Modified Files:
	fxotune.c 
Log Message:
Fix FXOTUNE to know which zaptel.h to use (bug #3346)


Index: fxotune.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fxotune.c	14 Jan 2005 22:17:26 -0000	1.9
+++ fxotune.c	15 Jan 2005 07:09:46 -0000	1.10
@@ -20,10 +20,13 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <fcntl.h>
+#ifdef STANDALONE_ZAPATA
+#include "zaptel.h"
+#else
 #include <linux/zaptel.h>
+#endif
 #include "wctdm.h"
 #include "fxotune.h"
-#include "zaptel.h"
 
 #define TESTDURATION 64			/* 64 samples of test */
 #define BUFFER_LENGTH 128			/* 128 sample buffers */




More information about the svn-commits mailing list