Ticket #9872: v4lchannel.cpp.rej

File v4lchannel.cpp.rej, 419 bytes (added by lee@…, 13 years ago)
Line 
1***************
2*** 16,23 ****
3  #include <iostream>
4  using namespace std;
5 
6  #include <linux/videodev.h>
7  #include <linux/videodev2.h>
8 
9  // MythTV headers
10  #include "v4lchannel.h"
11--- 16,27 ----
12  #include <iostream>
13  using namespace std;
14 
15+ #ifdef USING_V4L
16  #include <linux/videodev.h>
17+ #endif
18+ #ifdef USING_V4L2
19  #include <linux/videodev2.h>
20+ #endif
21 
22  // MythTV headers
23  #include "v4lchannel.h"