blob: d2209b6b4434d5d1275ee6fb63950f42da2b3c7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- ffmpeg-0.4.7/libavformat/grab.c 2003-08-24 23:29:50.000000000 +0100
+++ ffmpeg-0.4.7/libavformat/grab.c 2004-01-04 18:04:29.000000000 +0000
@@ -17,13 +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>
#include <time.h>
+#include <linux/videodev.h>
typedef struct {
int fd;
|