[FFmpeg-cvslog] vorbis_parser: Include stdint.h in the header, to make it work standalone
Martin Storsjö
git at videolan.org
Tue Nov 25 22:15:36 CET 2014
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Nov 25 10:43:55 2014 +0200| [f20141d73f08ed0c8e875bd993a7143e19b266e3] | committer: Martin Storsjö
vorbis_parser: Include stdint.h in the header, to make it work standalone
This fixes "make checkheaders".
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f20141d73f08ed0c8e875bd993a7143e19b266e3
---
libavcodec/vorbis_parser.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h
index 7b12900..9ae1630 100644
--- a/libavcodec/vorbis_parser.h
+++ b/libavcodec/vorbis_parser.h
@@ -27,6 +27,8 @@
#ifndef AVCODEC_VORBIS_PARSE_H
#define AVCODEC_VORBIS_PARSE_H
+#include <stdint.h>
+
typedef struct AVVorbisParseContext AVVorbisParseContext;
/**
More information about the ffmpeg-cvslog
mailing list