1 | ***************
|
---|
2 | *** 28,33 ****
|
---|
3 |
|
---|
4 | #ifdef USING_V4L
|
---|
5 | #include <linux/videodev.h>
|
---|
6 | #include <linux/videodev2.h>
|
---|
7 | #endif
|
---|
8 |
|
---|
9 | --- 28,35 ----
|
---|
10 |
|
---|
11 | #ifdef USING_V4L
|
---|
12 | #include <linux/videodev.h>
|
---|
13 | + #endif
|
---|
14 | + #ifdef USING_V4L2
|
---|
15 | #include <linux/videodev2.h>
|
---|
16 | #endif
|
---|
17 |
|
---|