Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-12 18:25:59 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-03-12 18:28:22 +0400
commit9cf788eca8ba0990f3d5b3c5c3edea93ebad66e3 (patch)
tree86e7f48aca21b4c33e51a0b952b65e1d5fb2ab64 /libavdevice/alsa-audio-dec.c
parentad78b9ed7009197b6d56b3fb6e4c4c5e5276260d (diff)
avformat/avdevice: add missing time.h includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/alsa-audio-dec.c')
-rw-r--r--libavdevice/alsa-audio-dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/alsa-audio-dec.c b/libavdevice/alsa-audio-dec.c
index b781daf910..03154b0b7c 100644
--- a/libavdevice/alsa-audio-dec.c
+++ b/libavdevice/alsa-audio-dec.c
@@ -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"