[FFmpeg-cvslog] Fix make checkheaders for libavcodec/vorbis_parser.h.
Carl Eugen Hoyos
git at videolan.org
Sat Nov 8 01:00:00 CET 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Nov 8 00:59:37 2014 +0100| [e2e36a739d3ad0d207a31c76f414a912d08b1d6d] | committer: Carl Eugen Hoyos
Fix make checkheaders for libavcodec/vorbis_parser.h.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e2e36a739d3ad0d207a31c76f414a912d08b1d6d
---
libavcodec/vorbis_parser.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h
index 086e364..0f73537 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