Commit fe266112 authored by Martin Storsjö's avatar Martin Storsjö

bktr: Add missing includes for av_gettime()

This is necessary after the old av_gettime in libavformat was
dropped.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 535c247b
......@@ -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>
......
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