git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2514 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cab31d8914
commit
308bbf236f
|
@ -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] =
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <tgmath.h>
|
||||
#endif
|
||||
|
||||
#include "g722.h"
|
||||
#include "g7xx/g722.h"
|
||||
|
||||
#if !defined(FALSE)
|
||||
#define FALSE 0
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <tgmath.h>
|
||||
#endif
|
||||
|
||||
#include "g722.h"
|
||||
#include "g7xx/g722.h"
|
||||
|
||||
#if !defined(FALSE)
|
||||
#define FALSE 0
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue