[FFmpeg-cvslog] Fix make checkheaders for vp9 header files.
Carl Eugen Hoyos
git at videolan.org
Wed Oct 9 09:43:11 CEST 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Oct 9 09:42:16 2013 +0200| [3aabfaa37b245f86036ea11d82c7c28e5bebde6a] | committer: Carl Eugen Hoyos
Fix make checkheaders for vp9 header files.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3aabfaa37b245f86036ea11d82c7c28e5bebde6a
---
libavcodec/vp9data.h | 2 ++
libavcodec/vp9dsp.h | 1 +
2 files changed, 3 insertions(+)
diff --git a/libavcodec/vp9data.h b/libavcodec/vp9data.h
index 502928a..d38365a 100644
--- a/libavcodec/vp9data.h
+++ b/libavcodec/vp9data.h
@@ -22,6 +22,8 @@
#ifndef AVCODEC_VP9DATA_H
#define AVCODEC_VP9DATA_H
+#include <stdint.h>
+
#include "vp9.h"
enum BlockPartition {
diff --git a/libavcodec/vp9dsp.h b/libavcodec/vp9dsp.h
index 2637127..74124e4 100644
--- a/libavcodec/vp9dsp.h
+++ b/libavcodec/vp9dsp.h
@@ -24,6 +24,7 @@
#ifndef AVCODEC_VP9DSP_H
#define AVCODEC_VP9DSP_H
+#include <stddef.h>
#include <stdint.h>
#include "vp9.h"
More information about the ffmpeg-cvslog
mailing list