summaryrefslogtreecommitdiff
path: root/formats
diff options
context:
space:
mode:
Diffstat (limited to 'formats')
-rw-r--r--formats/format_wav.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 5ea4fab41..f35fd5278 100644
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -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;