Ticket #9872: NuppelVideoRecorder.cpp.rej
File NuppelVideoRecorder.cpp.rej, 440 bytes (added by , 14 years ago) |
---|
Line | |
---|---|
1 | *************** |
2 | *** 42,50 **** |
3 | #include "libswscale/swscale.h" |
4 | } |
5 | |
6 | #ifdef USING_V4L |
7 | #include <linux/videodev.h> |
8 | #include <linux/videodev2.h> |
9 | |
10 | #include "go7007_myth.h" |
11 | |
12 | --- 42,54 ---- |
13 | #include "libswscale/swscale.h" |
14 | } |
15 | |
16 | + #if defined(USING_V4L) || defined(USING_V4L2) |
17 | #ifdef USING_V4L |
18 | #include <linux/videodev.h> |
19 | + #endif |
20 | + #ifdef USING_V4L2 |
21 | #include <linux/videodev2.h> |
22 | + #endif |
23 | |
24 | #include "go7007_myth.h" |
25 |