Mercurial > libavcodec.hg
diff acelp_math.h @ 6735:459fe563a4dc libavcodec
add necessary #includes in headers
| author | mru |
|---|---|
| date | Sat, 03 May 2008 13:29:39 +0000 |
| parents | 2cb901474f6f |
| children | 4db65caccc9b |
line wrap: on
line diff
--- a/acelp_math.h Sat May 03 03:47:26 2008 +0000 +++ b/acelp_math.h Sat May 03 13:29:39 2008 +0000 @@ -23,6 +23,8 @@ #ifndef FFMPEG_ACELP_MATH_H #define FFMPEG_ACELP_MATH_H +#include <stdint.h> + /** * \brief fixed-point implementation of cosine in [0; PI) domain * \param arg fixed-point cosine argument, 0 <= arg < 0x4000
