git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2514 d0543943-73ff-0310-b7d9-9358b9ac24b2

This commit is contained in:
Anthony Minessale 2006-09-05 18:10:21 +00:00
parent cab31d8914
commit 308bbf236f
4 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@
#include <tgmath.h>
#endif
#include "g711.h"
#include "g7xx/g711.h"
/* Copied from the CCITT G.711 specification */
static const uint8_t ulaw_to_alaw_table[256] =

View File

@ -35,7 +35,7 @@
#include <tgmath.h>
#endif
#include "g722.h"
#include "g7xx/g722.h"
#if !defined(FALSE)
#define FALSE 0

View File

@ -37,7 +37,7 @@
#include <tgmath.h>
#endif
#include "g722.h"
#include "g7xx/g722.h"
#if !defined(FALSE)
#define FALSE 0

View File

@ -57,8 +57,8 @@
#include <tgmath.h>
#endif
#include "g711.h"
#include "g726.h"
#include "g7xx/g711.h"
#include "g7xx/g726.h"
#if !defined(FALSE)
#define FALSE 0