WEBRTC_{BIG, LITTLE}_ENDIAN -> WEBRTC_ARCH_{BIG, LITTLE}_ENDIAN.
Mostly to remove a long-standing TODO... TESTED=trybots R=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2369005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5013 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "unpack_bits.h"
|
||||
#include "index_conv_dec.h"
|
||||
#endif
|
||||
#ifndef WEBRTC_BIG_ENDIAN
|
||||
#ifndef WEBRTC_ARCH_BIG_ENDIAN
|
||||
#include "swap_bytes.h"
|
||||
#endif
|
||||
|
||||
@@ -489,7 +489,7 @@ void WebRtcIlbcfix_EncodeImpl(
|
||||
WebRtcIlbcfix_PackBits(bytes, iLBCbits_inst, iLBCenc_inst->mode);
|
||||
#endif
|
||||
|
||||
#ifndef WEBRTC_BIG_ENDIAN
|
||||
#ifndef WEBRTC_ARCH_BIG_ENDIAN
|
||||
/* Swap bytes for LITTLE ENDIAN since the packbits()
|
||||
function assumes BIG_ENDIAN machine */
|
||||
#ifdef SPLIT_10MS
|
||||
|
||||
Reference in New Issue
Block a user