ffmpeg | branch: master | Diego Biurrun <[email protected]> | Thu Dec 8 19:47:58 2016 +0100| [f912fd767e55bbb5a1554bd99bacab007659609c] | committer: Diego Biurrun
Add missing #includes for standalone spherical-information-related headers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f912fd767e55bbb5a1554bd99bacab007659609c --- libavformat/isom.h | 3 +++ libavutil/spherical.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/libavformat/isom.h b/libavformat/isom.h index fa73ad91bb..85b876106f 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 8ecaefd946..0045eb974a 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 * @{ _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
