]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix windows build for recent spandsp commit
authorJeff Lenk <jeff@jefflenk.com>
Sat, 12 Oct 2013 21:40:29 +0000 (16:40 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Sat, 12 Oct 2013 21:40:29 +0000 (16:40 -0500)
libs/spandsp/src/make_modem_filter.c

index ec290c3e0719ad19c3f8a91d0fc3dfd5461505dc..bd9427e24f38a302584fd802c6dfb0807084af19 100644 (file)
 #include <getopt.h>
 #endif
 
+#if defined (_MSC_VER)
+ #define __inline__ __inline
+#endif
+
 #include "spandsp/telephony.h"
 #include "spandsp/complex.h"
 #include "filter_tools.h"