dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 319083 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r319083 | dvossel | 2011-05-16 09:26:33 -0500 (Mon, 16 May 2011) | 5 lines
  
  Fixes Big Endian build issue.
  
  (closes issue #19298)
  Reported by: tzafrir
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@319084 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
dvossel 2011-05-16 14:29:06 +00:00
parent c9c6428902
commit 72e2119502
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ static struct ast_frame *wav_read(struct ast_filestream *s, int *whennext)
int samples; /* actual samples read */
#if __BYTE_ORDER == __BIG_ENDIAN
int x;
short *tmp;
#endif
int bytes;
off_t here;