提交 308bbf23 authored 作者: Anthony Minessale's avatar Anthony Minessale

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2514 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 cab31d89
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <tgmath.h> #include <tgmath.h>
#endif #endif
#include "g711.h" #include "g7xx/g711.h"
/* Copied from the CCITT G.711 specification */ /* Copied from the CCITT G.711 specification */
static const uint8_t ulaw_to_alaw_table[256] = static const uint8_t ulaw_to_alaw_table[256] =
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <tgmath.h> #include <tgmath.h>
#endif #endif
#include "g722.h" #include "g7xx/g722.h"
#if !defined(FALSE) #if !defined(FALSE)
#define FALSE 0 #define FALSE 0
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <tgmath.h> #include <tgmath.h>
#endif #endif
#include "g722.h" #include "g7xx/g722.h"
#if !defined(FALSE) #if !defined(FALSE)
#define FALSE 0 #define FALSE 0
......
...@@ -57,8 +57,8 @@ ...@@ -57,8 +57,8 @@
#include <tgmath.h> #include <tgmath.h>
#endif #endif
#include "g711.h" #include "g7xx/g711.h"
#include "g726.h" #include "g7xx/g726.h"
#if !defined(FALSE) #if !defined(FALSE)
#define FALSE 0 #define FALSE 0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论