[FFmpeg-cvslog] lavc/g723.1: 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:32:31 2012 +0200| [978c8294319fc18652651abacd2d56bbb05bf210] | committer: Clément Bœsch

lavc/g723.1: fix make checkheaders.

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

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

diff --git a/libavcodec/g723_1_data.h b/libavcodec/g723_1_data.h
index 24d154f..34221e3 100644
--- a/libavcodec/g723_1_data.h
+++ b/libavcodec/g723_1_data.h
@@ -28,6 +28,8 @@
 #ifndef AVCODEC_G729_DATA_H
 #define AVCODEC_G729_DATA_H
 
+#include <stdint.h>
+
 #define SUBFRAMES       4
 #define SUBFRAME_LEN    60
 #define FRAME_LEN       (SUBFRAME_LEN << 2)



More information about the ffmpeg-cvslog mailing list