Commit 2d7aadf3 authored by Diego Biurrun's avatar Diego Biurrun Committed by James Almer

Add missing #includes for standalone spherical-information-related headers

(cherry picked from commit f912fd76)
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 457e9339
......@@ -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"
......
......@@ -26,6 +26,9 @@
#ifndef AVUTIL_SPHERICAL_H
#define AVUTIL_SPHERICAL_H
#include <stddef.h>
#include <stdint.h>
/**
* @addtogroup lavu_video
* @{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment