summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-24 05:21:19 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-24 05:21:19 +0100
commitccdfa3e2711c42b6f8b7902c4dd08f7ac89b4f59 (patch)
tree752fdf35a10a7d2df7168f59b9d1b49fd7d01a64 /libavcodec/aacdec.c
parentf67ec7f3a2698f28c17aab4bb40c9a3d9f1289f7 (diff)
parent8f8bc92365a943e96cc08b5369408c20f35193c7 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: Add missing #includes for *INT64_MAX and *INT64_C Conflicts: ffmpeg.c ffmpeg_filter.c ffplay.c libavformat/assdec.c libavformat/avidec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aacdec.c')
-rw-r--r--libavcodec/aacdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index 0e1551c23f..1fb91853d0 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -105,6 +105,7 @@
#include <assert.h>
#include <errno.h>
#include <math.h>
+#include <stdint.h>
#include <string.h>
#if ARCH_ARM