]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2514 d0543943-73ff-0310...
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 5 Sep 2006 18:10:21 +0000 (18:10 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 5 Sep 2006 18:10:21 +0000 (18:10 +0000)
libs/codec/g7xx/src/g711.c
libs/codec/g7xx/src/g722_decode.c
libs/codec/g7xx/src/g722_encode.c
libs/codec/g7xx/src/g726.c

index 4c7e0f66324534ffddaefab209d6c2c675da941b..2ff47d35994109ea4bdd83b3ca7daf98a6687073 100644 (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] =
index d4b664b9362aa8ceeae20b0282a0fc8566fecbec..e57acc2acd19eaecf9169a592ddeada1584f0c13 100644 (file)
@@ -35,7 +35,7 @@
 #include <tgmath.h>
 #endif
 
-#include "g722.h"
+#include "g7xx/g722.h"
 
 #if !defined(FALSE)
 #define FALSE 0
index 542a51fb2698fc4c68242fd299f49abb09db4b16..f61feeb92a20f4fbe9cefbef1377370b9b09ccff 100644 (file)
@@ -37,7 +37,7 @@
 #include <tgmath.h>
 #endif
 
-#include "g722.h"
+#include "g7xx/g722.h"
 
 #if !defined(FALSE)
 #define FALSE 0
index 01f85a1d19f31e20d6377dcf329a1b65960adb2c..917b8fc6a8ad35fa39372d4d8151256c4a26fce5 100644 (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