From 308bbf236f02e8670cbd8d26b383d3738344de28 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 5 Sep 2006 18:10:21 +0000 Subject: [PATCH] git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2514 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/codec/g7xx/src/g711.c | 2 +- libs/codec/g7xx/src/g722_decode.c | 2 +- libs/codec/g7xx/src/g722_encode.c | 2 +- libs/codec/g7xx/src/g726.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/codec/g7xx/src/g711.c b/libs/codec/g7xx/src/g711.c index 4c7e0f6632..2ff47d3599 100644 --- a/libs/codec/g7xx/src/g711.c +++ b/libs/codec/g7xx/src/g711.c @@ -30,7 +30,7 @@ #include #endif -#include "g711.h" +#include "g7xx/g711.h" /* Copied from the CCITT G.711 specification */ static const uint8_t ulaw_to_alaw_table[256] = diff --git a/libs/codec/g7xx/src/g722_decode.c b/libs/codec/g7xx/src/g722_decode.c index d4b664b936..e57acc2acd 100644 --- a/libs/codec/g7xx/src/g722_decode.c +++ b/libs/codec/g7xx/src/g722_decode.c @@ -35,7 +35,7 @@ #include #endif -#include "g722.h" +#include "g7xx/g722.h" #if !defined(FALSE) #define FALSE 0 diff --git a/libs/codec/g7xx/src/g722_encode.c b/libs/codec/g7xx/src/g722_encode.c index 542a51fb26..f61feeb92a 100644 --- a/libs/codec/g7xx/src/g722_encode.c +++ b/libs/codec/g7xx/src/g722_encode.c @@ -37,7 +37,7 @@ #include #endif -#include "g722.h" +#include "g7xx/g722.h" #if !defined(FALSE) #define FALSE 0 diff --git a/libs/codec/g7xx/src/g726.c b/libs/codec/g7xx/src/g726.c index 01f85a1d19..917b8fc6a8 100644 --- a/libs/codec/g7xx/src/g726.c +++ b/libs/codec/g7xx/src/g726.c @@ -57,8 +57,8 @@ #include #endif -#include "g711.h" -#include "g726.h" +#include "g7xx/g711.h" +#include "g7xx/g726.h" #if !defined(FALSE) #define FALSE 0