Commit 6f73c21c authored by michaelni's avatar michaelni

kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2241 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 79758621
......@@ -17,12 +17,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "avformat.h"
#include <linux/videodev.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/time.h>
#define _LINUX_TIME_H 1
#include <linux/videodev.h>
#include <time.h>
typedef struct {
......
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