]> git.pld-linux.org Git - packages/avcap.git/blob - avcap-c++.patch
- new
[packages/avcap.git] / avcap-c++.patch
1 --- avcap-0.1.9/avcap/linux/AVC_FormatManager.cpp.orig  2009-11-30 14:07:14.000000000 +0100
2 +++ avcap-0.1.9/avcap/linux/AVC_FormatManager.cpp       2013-08-29 18:51:41.125165077 +0200
3 @@ -25,6 +25,7 @@
4  #ifdef HAS_AVC_SUPPORT
5  
6  #include <iostream>
7 +#include <memory>
8  #include <sys/ioctl.h>
9  
10  #include "raw1394util.h"
11 --- avcap-0.1.9/avcap/linux/V4L2_DeviceDescriptor.cpp.orig      2009-11-30 14:07:14.000000000 +0100
12 +++ avcap-0.1.9/avcap/linux/V4L2_DeviceDescriptor.cpp   2013-08-29 19:52:44.181678020 +0200
13 @@ -31,6 +31,7 @@
14  #include <linux/types.h>
15  #include <linux/videodev2.h>
16  #include <errno.h>
17 +#include <unistd.h>
18  
19  #include "V4L2_DeviceDescriptor.h"
20  #include "V4L2_Device.h"
21 --- avcap-0.1.9/avcap/DeviceCollector.cpp.orig  2009-11-30 14:07:14.000000000 +0100
22 +++ avcap-0.1.9/avcap/DeviceCollector.cpp       2013-08-29 20:14:18.624957032 +0200
23 @@ -22,6 +22,7 @@
24   */
25  
26  
27 +#include <cstring>
28  #include <iostream>
29  #include <sstream>
30  #include <sys/stat.h>
31 --- avcap-0.1.9/test/captest.cpp.orig   2009-11-30 14:07:16.000000000 +0100
32 +++ avcap-0.1.9/test/captest.cpp        2013-08-29 20:18:15.978280403 +0200
33 @@ -11,6 +11,7 @@
34  #endif
35  
36  #include <stdlib.h>
37 +#include <string.h>
38  #include <getopt.h>
39  #include "avcap/avcap.h"
40  
41 --- avcap-0.1.9/avcap/linux/V4L2_VidCapManager.cpp.orig 2013-08-29 20:34:46.371572175 +0200
42 +++ avcap-0.1.9/avcap/linux/V4L2_VidCapManager.cpp      2013-08-29 20:35:19.461570785 +0200
43 @@ -24,6 +24,7 @@
44  #include <string.h>
45  #include <iostream>
46  #include <time.h>
47 +#include <unistd.h>
48  #include <math.h>
49  #include <errno.h>
50  #include <sys/ioctl.h>
This page took 0.071815 seconds and 3 git commands to generate.