Browse Source

v4l2: remove unneded linux specific asm/types.h include

tags/n0.10
Janne Grunau 14 years ago
parent
commit
1adba23cec
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavdevice/v4l2.c

+ 0
- 1
libavdevice/v4l2.c View File

@@ -39,7 +39,6 @@
#if HAVE_SYS_VIDEOIO_H #if HAVE_SYS_VIDEOIO_H
#include <sys/videoio.h> #include <sys/videoio.h>
#else #else
#include <asm/types.h>
#include <linux/videodev2.h> #include <linux/videodev2.h>
#endif #endif
#include <time.h> #include <time.h>


Loading…
Cancel
Save