Commit 9cf788ec authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/avdevice: add missing time.h includes

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ad78b9ed
......@@ -49,6 +49,7 @@
#include "libavformat/internal.h"
#include "libavutil/opt.h"
#include "libavutil/mathematics.h"
#include "libavutil/time.h"
#include "avdevice.h"
#include "alsa-audio.h"
......
......@@ -39,6 +39,7 @@
#include <alsa/asoundlib.h>
#include "libavutil/time.h"
#include "libavformat/internal.h"
#include "avdevice.h"
#include "alsa-audio.h"
......
......@@ -25,6 +25,7 @@
#include <AL/alc.h>
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include "libavformat/internal.h"
#include "avdevice.h"
......
......@@ -55,6 +55,7 @@
#include "timefilter.h"
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"
#include "libavutil/time.h"
#include "libavutil/avstring.h"
#if CONFIG_LIBV4L2
......
......@@ -21,6 +21,7 @@
#include "avformat.h"
#include "libavutil/parseutils.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include "internal.h"
#include "network.h"
#include "os_support.h"
......
......@@ -34,6 +34,7 @@
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "libavutil/log.h"
#include "libavutil/time.h"
#include "internal.h"
#include "network.h"
#include "os_support.h"
......
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