]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update to spandsp-20091006 snapshot
authorMichael Jerris <mike@jerris.com>
Mon, 5 Oct 2009 17:03:54 +0000 (17:03 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 5 Oct 2009 17:03:54 +0000 (17:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15093 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/spandsp/.update
libs/spandsp/src/fax_modems.c
libs/spandsp/src/filter_tools.c
libs/spandsp/src/make_at_dictionary.c
libs/spandsp/src/spandsp/version.h
libs/spandsp/src/t31.c
libs/spandsp/src/t38_non_ecm_buffer.c

index 0c4f2f72a7b72fc7a2f0d6d97acf2aea75849f0e..1ae3a1fec1d6be6446530e999861ccba2a432d21 100644 (file)
@@ -1 +1 @@
-Mon Oct  5 09:33:55 CDT 2009
+Mon Oct  5 12:03:35 CDT 2009
index 740569e4e094191c0c265b21eb67dba9fce75e1f..9b409d59cf5ac9592a96ffb84c9b9f6b47739fa5 100644 (file)
@@ -22,7 +22,7 @@
  * License along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: fax_modems.c,v 1.6 2009/09/04 14:38:46 steveu Exp $
+ * $Id: fax_modems.c,v 1.7 2009/10/05 16:33:25 steveu Exp $
  */
 
 /*! \file */
@@ -45,9 +45,6 @@
 #include <assert.h>
 #include <fcntl.h>
 #include <time.h>
-#if defined(LOG_FAX_AUDIO)
-#include <unistd.h>
-#endif
 
 #include "spandsp/telephony.h"
 #include "spandsp/logging.h"
index 4bde208f887be95c69a075dd1a22ae576f122de5..bef04e89e918ec0dc48fae6837991a3084766f09 100644 (file)
@@ -25,7 +25,7 @@
  * License along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: filter_tools.c,v 1.10 2009/02/10 17:16:57 steveu Exp $
+ * $Id: filter_tools.c,v 1.11 2009/10/05 16:33:25 steveu Exp $
  */
  
 #if defined(HAVE_CONFIG_H)
@@ -34,7 +34,6 @@
 
 #include <inttypes.h>
 #include <stdlib.h>
-#include <unistd.h>
 #if defined(HAVE_TGMATH_H)
 #include <tgmath.h>
 #endif
index 6c6f1edc1e3eda2c3442bd7b94e24a83fdb57e77..f79a26eb0d965c6186e202b139abba1e54373f93 100644 (file)
@@ -23,7 +23,7 @@
  * License along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: make_at_dictionary.c,v 1.4 2009/04/24 22:35:25 steveu Exp $
+ * $Id: make_at_dictionary.c,v 1.5 2009/10/05 16:36:42 steveu Exp $
  */
 
 #if defined(HAVE_CONFIG_H)
@@ -32,7 +32,6 @@
 
 #include <inttypes.h>
 #include <stdlib.h>
-#include <unistd.h>
 #include <stdio.h>
 #include <fcntl.h>
 #include <string.h>
index fe4e70aa73f9b74c05e8f615ae20fd3621b5b68a..1060929860c324fd9f6a9daeafbfa615fb0a776a 100644 (file)
@@ -31,8 +31,8 @@
 /* The date and time of the version are in UTC form. */
 
 #define SPANDSP_RELEASE_DATE            20091005
-#define SPANDSP_RELEASE_TIME            132812
-#define SPANDSP_RELEASE_DATETIME_STRING "20091005 132812"
+#define SPANDSP_RELEASE_TIME            163835
+#define SPANDSP_RELEASE_DATETIME_STRING "20091005 163835"
 
 #endif
 /*- End of file ------------------------------------------------------------*/
index 307a2c38daff73eb06d572a96da0b64aec8edc89..8d783a3b1c23336a8247d6dadaf6e987b6c8a17a 100644 (file)
@@ -25,7 +25,7 @@
  * License along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: t31.c,v 1.152 2009/09/04 14:38:46 steveu Exp $
+ * $Id: t31.c,v 1.153 2009/10/05 16:33:25 steveu Exp $
  */
 
 /*! \file */
@@ -2282,7 +2282,7 @@ static int v27ter_v21_rx_fillin(void *user_data, int len)
 
     t = (t31_state_t *) user_data;
     s = &t->audio.modems;
-    v17_rx_fillin(&s->v27ter_rx, len);
+    v27ter_rx_fillin(&s->v27ter_rx, len);
     fsk_rx_fillin(&s->v21_rx, len);
     return 0;
 }
index 66bf096fbf096fd247972a348ffd5fa26c116f30..d10ce72163564ebb49aa04db46f3004c985e56a2 100644 (file)
@@ -23,7 +23,7 @@
  * License along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: t38_non_ecm_buffer.c,v 1.8 2009/02/10 13:06:46 steveu Exp $
+ * $Id: t38_non_ecm_buffer.c,v 1.9 2009/10/05 16:33:25 steveu Exp $
  */
 
 /*! \file */
@@ -46,9 +46,6 @@
 #endif
 #include "floating_fudge.h"
 #include <assert.h>
-#if defined(LOG_FAX_AUDIO)
-#include <unistd.h>
-#endif
 
 #include "spandsp/telephony.h"
 #include "spandsp/logging.h"