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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-03-24 14:11:58 +0400
committerMartin Storsjö <martin@martin.st>2013-03-24 15:20:53 +0400
commitfdaacc5932a813c1974e4bd61b5b499b070a610a (patch)
tree502b020a185b0f77963f16182abb6b5e23f576a5 /libavdevice
parent285ff14413718ef70b3d992be24472c12cbc481c (diff)
sndio_dec: Add missing includes for av_gettime()
This is necessary after the old av_gettime in libavformat was dropped. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/sndio_dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/sndio_dec.c b/libavdevice/sndio_dec.c
index a29a088c41..58caaa1f44 100644
--- a/libavdevice/sndio_dec.c
+++ b/libavdevice/sndio_dec.c
@@ -25,6 +25,7 @@
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
#include "libavutil/opt.h"
+#include "libavutil/time.h"
#include "sndio_common.h"