Include the correct video4linux2 header

Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni
2006-05-30 13:04:18 +00:00
parent 22a0e90712
commit f743a06236
2 changed files with 4 additions and 3 deletions

View File

@@ -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;