From 5d0db731e9f03b533ff27dc5db647ed80a12cb6a Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 5 Oct 2009 17:03:54 +0000 Subject: [PATCH] update to spandsp-20091006 snapshot git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15093 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/spandsp/.update | 2 +- libs/spandsp/src/fax_modems.c | 5 +---- libs/spandsp/src/filter_tools.c | 3 +-- libs/spandsp/src/make_at_dictionary.c | 3 +-- libs/spandsp/src/spandsp/version.h | 4 ++-- libs/spandsp/src/t31.c | 4 ++-- libs/spandsp/src/t38_non_ecm_buffer.c | 5 +---- 7 files changed, 9 insertions(+), 17 deletions(-) diff --git a/libs/spandsp/.update b/libs/spandsp/.update index 0c4f2f72a7..1ae3a1fec1 100644 --- a/libs/spandsp/.update +++ b/libs/spandsp/.update @@ -1 +1 @@ -Mon Oct 5 09:33:55 CDT 2009 +Mon Oct 5 12:03:35 CDT 2009 diff --git a/libs/spandsp/src/fax_modems.c b/libs/spandsp/src/fax_modems.c index 740569e4e0..9b409d59cf 100644 --- a/libs/spandsp/src/fax_modems.c +++ b/libs/spandsp/src/fax_modems.c @@ -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 #include #include -#if defined(LOG_FAX_AUDIO) -#include -#endif #include "spandsp/telephony.h" #include "spandsp/logging.h" diff --git a/libs/spandsp/src/filter_tools.c b/libs/spandsp/src/filter_tools.c index 4bde208f88..bef04e89e9 100644 --- a/libs/spandsp/src/filter_tools.c +++ b/libs/spandsp/src/filter_tools.c @@ -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 #include -#include #if defined(HAVE_TGMATH_H) #include #endif diff --git a/libs/spandsp/src/make_at_dictionary.c b/libs/spandsp/src/make_at_dictionary.c index 6c6f1edc1e..f79a26eb0d 100644 --- a/libs/spandsp/src/make_at_dictionary.c +++ b/libs/spandsp/src/make_at_dictionary.c @@ -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 #include -#include #include #include #include diff --git a/libs/spandsp/src/spandsp/version.h b/libs/spandsp/src/spandsp/version.h index fe4e70aa73..1060929860 100644 --- a/libs/spandsp/src/spandsp/version.h +++ b/libs/spandsp/src/spandsp/version.h @@ -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 ------------------------------------------------------------*/ diff --git a/libs/spandsp/src/t31.c b/libs/spandsp/src/t31.c index 307a2c38da..8d783a3b1c 100644 --- a/libs/spandsp/src/t31.c +++ b/libs/spandsp/src/t31.c @@ -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; } diff --git a/libs/spandsp/src/t38_non_ecm_buffer.c b/libs/spandsp/src/t38_non_ecm_buffer.c index 66bf096fbf..d10ce72163 100644 --- a/libs/spandsp/src/t38_non_ecm_buffer.c +++ b/libs/spandsp/src/t38_non_ecm_buffer.c @@ -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 -#if defined(LOG_FAX_AUDIO) -#include -#endif #include "spandsp/telephony.h" #include "spandsp/logging.h"