Skip to content
Snippets Groups Projects
Commit 9c73ece4 authored by David Vossel's avatar David Vossel
Browse files

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: https://origsvn.digium.com/svn/asterisk/trunk@319084 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 969a317d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment