[FFmpeg-cvslog] lavc/dcaenc: fix make checkheaders.

Clément Bœsch git at videolan.org
Fri May 18 23:44:50 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May  9 08:33:06 2012 +0200| [9ae47fbd9e1e15374d5ab7d794ad968de58de71d] | committer: Clément Bœsch

lavc/dcaenc: fix make checkheaders.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ae47fbd9e1e15374d5ab7d794ad968de58de71d
---

 libavcodec/dcaenc.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/dcaenc.h b/libavcodec/dcaenc.h
index 63d03dc..121e5da 100644
--- a/libavcodec/dcaenc.h
+++ b/libavcodec/dcaenc.h
@@ -22,6 +22,8 @@
 #ifndef AVCODEC_DCAENC_H
 #define AVCODEC_DCAENC_H
 
+#include <stdint.h>
+
 /* This is a scaled version of the response of the reference decoder to
    this vector of subband samples: ( 1.0 0.0 0.0 ... 0.0 )
    */



More information about the ffmpeg-cvslog mailing list