Mercurial > libavformat.hg
changeset 1100:d4793a811695 libavformat
Include the correct video4linux2 header
author | lucabe |
---|---|
date | Tue, 30 May 2006 13:04:18 +0000 |
parents | f05de60b531b |
children | c4ad0ac3f999 |
files | v4l2.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/v4l2.c Sat May 27 20:56:14 2006 +0000 +++ b/v4l2.c Tue May 30 13:04:18 2006 +0000 @@ -30,8 +30,8 @@ #include <sys/ioctl.h> #include <sys/mman.h> #include <sys/time.h> -#define _LINUX_TIME_H 1 -#include <linux/videodev.h> +#include <asm/types.h> +#include <linux/videodev2.h> #include <time.h> static const int desired_video_buffers = 256;