[FFmpeg-cvslog] Add missing #includes for standalone spherical-information-related headers
Diego Biurrun
git at videolan.org
Wed Dec 14 18:34:13 EET 2016
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Dec 8 19:47:58 2016 +0100| [2d7aadf3d95c96848433955b537ced415fb6ae20] | committer: James Almer
Add missing #includes for standalone spherical-information-related headers
(cherry picked from commit f912fd767e55bbb5a1554bd99bacab007659609c)
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d7aadf3d95c96848433955b537ced415fb6ae20
---
libavformat/isom.h | 3 +++
libavutil/spherical.h | 3 +++
2 files changed, 6 insertions(+)
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 0fd9eb0..12cefc9 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -24,6 +24,9 @@
#ifndef AVFORMAT_ISOM_H
#define AVFORMAT_ISOM_H
+#include <stddef.h>
+#include <stdint.h>
+
#include "libavutil/spherical.h"
#include "libavutil/stereo3d.h"
diff --git a/libavutil/spherical.h b/libavutil/spherical.h
index 0a669da..eeda625 100644
--- a/libavutil/spherical.h
+++ b/libavutil/spherical.h
@@ -26,6 +26,9 @@
#ifndef AVUTIL_SPHERICAL_H
#define AVUTIL_SPHERICAL_H
+#include <stddef.h>
+#include <stdint.h>
+
/**
* @addtogroup lavu_video
* @{
More information about the ffmpeg-cvslog
mailing list