update to spandsp-20091006 snapshot

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15093 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-10-05 17:03:54 +00:00
parent 8928d5f717
commit 5d0db731e9
7 changed files with 9 additions and 17 deletions

View File

@ -1 +1 @@
Mon Oct 5 09:33:55 CDT 2009 Mon Oct 5 12:03:35 CDT 2009

View File

@ -22,7 +22,7 @@
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 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 */ /*! \file */
@ -45,9 +45,6 @@
#include <assert.h> #include <assert.h>
#include <fcntl.h> #include <fcntl.h>
#include <time.h> #include <time.h>
#if defined(LOG_FAX_AUDIO)
#include <unistd.h>
#endif
#include "spandsp/telephony.h" #include "spandsp/telephony.h"
#include "spandsp/logging.h" #include "spandsp/logging.h"

View File

@ -25,7 +25,7 @@
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 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) #if defined(HAVE_CONFIG_H)
@ -34,7 +34,6 @@
#include <inttypes.h> #include <inttypes.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h>
#if defined(HAVE_TGMATH_H) #if defined(HAVE_TGMATH_H)
#include <tgmath.h> #include <tgmath.h>
#endif #endif

View File

@ -23,7 +23,7 @@
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 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) #if defined(HAVE_CONFIG_H)
@ -32,7 +32,6 @@
#include <inttypes.h> #include <inttypes.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h>
#include <stdio.h> #include <stdio.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h> #include <string.h>

View File

@ -31,8 +31,8 @@
/* The date and time of the version are in UTC form. */ /* The date and time of the version are in UTC form. */
#define SPANDSP_RELEASE_DATE 20091005 #define SPANDSP_RELEASE_DATE 20091005
#define SPANDSP_RELEASE_TIME 132812 #define SPANDSP_RELEASE_TIME 163835
#define SPANDSP_RELEASE_DATETIME_STRING "20091005 132812" #define SPANDSP_RELEASE_DATETIME_STRING "20091005 163835"
#endif #endif
/*- End of file ------------------------------------------------------------*/ /*- End of file ------------------------------------------------------------*/

View File

@ -25,7 +25,7 @@
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 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 */ /*! \file */
@ -2282,7 +2282,7 @@ static int v27ter_v21_rx_fillin(void *user_data, int len)
t = (t31_state_t *) user_data; t = (t31_state_t *) user_data;
s = &t->audio.modems; 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); fsk_rx_fillin(&s->v21_rx, len);
return 0; return 0;
} }

View File

@ -23,7 +23,7 @@
* License along with this program; if not, write to the Free Software * License along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 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 */ /*! \file */
@ -46,9 +46,6 @@
#endif #endif
#include "floating_fudge.h" #include "floating_fudge.h"
#include <assert.h> #include <assert.h>
#if defined(LOG_FAX_AUDIO)
#include <unistd.h>
#endif
#include "spandsp/telephony.h" #include "spandsp/telephony.h"
#include "spandsp/logging.h" #include "spandsp/logging.h"