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

pull/254/merge
Diego Biurrun 8 years ago
parent cf1cae58b0
commit f912fd767e
  1. 3
      libavformat/isom.h
  2. 3
      libavutil/spherical.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"

@ -26,6 +26,9 @@
#ifndef AVUTIL_SPHERICAL_H
#define AVUTIL_SPHERICAL_H
#include <stddef.h>
#include <stdint.h>
/**
* @addtogroup lavu_video
* @{

Loading…
Cancel
Save