changeset 7044:ab9533fb9335 libavcodec

Add missing #includes to fix 'make checkheaders'.
author diego
date Mon, 16 Jun 2008 08:25:48 +0000
parents e1ed057dc7c3
children 1fbf79fdd77b
files acelp_vectors.h ra144.h
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/acelp_vectors.h	Sun Jun 15 18:01:25 2008 +0000
+++ b/acelp_vectors.h	Mon Jun 16 08:25:48 2008 +0000
@@ -23,6 +23,8 @@
 #ifndef FFMPEG_ACELP_VECTORS_H
 #define FFMPEG_ACELP_VECTORS_H
 
+#include <stdint.h>
+
 /*
  * Track|Pulse|        Positions
  * -------------------------------------------------------------------------
--- a/ra144.h	Sun Jun 15 18:01:25 2008 +0000
+++ b/ra144.h	Mon Jun 16 08:25:48 2008 +0000
@@ -22,6 +22,8 @@
 #ifndef FFMPEG_RA144_H
 #define FFMPEG_RA144_H
 
+#include <stdint.h>
+
 /* 14.4 data tables */
 static const int16_t wavtable1[256][9] = {
     { 541,   956,   768, -1011,  -811,  -717,  -571,  -893,  -576},