Prepare to compile ACM1 and ACM2.

ACM1 code is wrapped in namespace acm1. Inculde paths and define guards of ACM2 source codes are corrected. gypi file of ACM2 is changed so that ACM1 will later on depends on ACM2.

BUG=
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2206004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4743 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
turaj@webrtc.org
2013-09-13 23:06:59 +00:00
parent bc189fb3b9
commit 48af652ea5
117 changed files with 461 additions and 333 deletions

View File

@@ -22,6 +22,8 @@
namespace webrtc {
namespace acm1 {
// Enum for CNG
enum {
kMaxPLCParamsCNG = WEBRTC_CNG_MAX_LPC_ORDER,
@@ -1251,4 +1253,6 @@ int16_t ACMGenericCodec::REDPayloadISAC(const int32_t /* isac_rate */,
bool ACMGenericCodec::IsTrueStereoCodec() { return false; }
} // namespace acm1
} // namespace webrtc