[FFmpeg-cvslog] bktr: Add missing includes for av_gettime()

Martin Storsjö git at videolan.org
Sun Mar 24 12:07:44 CET 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sat Mar 23 22:16:37 2013 +0200| [fe2661121e22fd4aa6a32d17e6160abff00f242c] | committer: Martin Storsjö

bktr: Add missing includes for av_gettime()

This is necessary after the old av_gettime in libavformat was
dropped.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe2661121e22fd4aa6a32d17e6160abff00f242c
---

 libavdevice/bktr.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavdevice/bktr.c b/libavdevice/bktr.c
index d0122d3..a147d38 100644
--- a/libavdevice/bktr.c
+++ b/libavdevice/bktr.c
@@ -29,6 +29,7 @@
 #include "libavutil/log.h"
 #include "libavutil/opt.h"
 #include "libavutil/parseutils.h"
+#include "libavutil/time.h"
 #if HAVE_DEV_BKTR_IOCTL_METEOR_H && HAVE_DEV_BKTR_IOCTL_BT848_H
 # include <dev/bktr/ioctl_meteor.h>
 # include <dev/bktr/ioctl_bt848.h>



More information about the ffmpeg-cvslog mailing list