Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220749
Collapse All | Expand All

(-)dvgrab-3.1~/avi.cc (+1 lines)
Lines 24-29 Link Here
24
// C++ includes
24
// C++ includes
25
25
26
#include <string>
26
#include <string>
27
#include <cstring>
27
#include <iostream>
28
#include <iostream>
28
#include <iomanip>
29
#include <iomanip>
29
30
(-)dvgrab-3.1~/dvframe.cc (+1 lines)
Lines 26-31 Link Here
26
*/
26
*/
27
27
28
#include "dvframe.h"
28
#include "dvframe.h"
29
#include <cstring>
29
30
30
VideoInfo::VideoInfo() : width( 0 ), height( 0 ), isPAL( false )
31
VideoInfo::VideoInfo() : width( 0 ), height( 0 ), isPAL( false )
31
{}
32
{}
(-)dvgrab-3.1~/dvgrab.cc (+1 lines)
Lines 26-31 Link Here
26
#include <iostream>
26
#include <iostream>
27
#include <sstream>
27
#include <sstream>
28
#include <iomanip>
28
#include <iomanip>
29
#include <cstring>
29
using std::cerr;
30
using std::cerr;
30
using std::endl;
31
using std::endl;
31
32
(-)dvgrab-3.1~/filehandler.cc (+1 lines)
Lines 24-29 Link Here
24
#endif
24
#endif
25
25
26
#include <string>
26
#include <string>
27
#include <cstring>
27
#include <iostream>
28
#include <iostream>
28
#include <sstream>
29
#include <sstream>
29
#include <iomanip>
30
#include <iomanip>
(-)dvgrab-3.1~/hdvframe.cc (+1 lines)
Lines 19-24 Link Here
19
*/
19
*/
20
20
21
#include "hdvframe.h"
21
#include "hdvframe.h"
22
#include <cstring>
22
23
23
HDVFrame::HDVFrame( HDVStreamParams *p )
24
HDVFrame::HDVFrame( HDVStreamParams *p )
24
{
25
{
(-)dvgrab-3.1~/iec13818-1.cc (+1 lines)
Lines 18-23 Link Here
18
*/
18
*/
19
19
20
#include <string>
20
#include <string>
21
#include <cstring>
21
using std::string;
22
using std::string;
22
23
23
#include "hdvframe.h"
24
#include "hdvframe.h"
(-)dvgrab-3.1~/ieee1394io.cc (+2 lines)
Lines 49-54 Link Here
49
49
50
#include <deque>
50
#include <deque>
51
#include <iostream>
51
#include <iostream>
52
#include <cstring>
53
#include <typeinfo>
52
54
53
using std::endl;
55
using std::endl;
54
56
(-)dvgrab-3.1~/main.cc (+1 lines)
Lines 30-35 Link Here
30
// C++ includes
30
// C++ includes
31
31
32
#include <string>
32
#include <string>
33
#include <cstring>
33
#include <iostream>
34
#include <iostream>
34
using std::cout;
35
using std::cout;
35
using std::endl;
36
using std::endl;
(-)dvgrab-3.1~/v4l2reader.cc (+1 lines)
Lines 23-28 Link Here
23
#ifdef HAVE_LINUX_VIDEODEV2_H
23
#ifdef HAVE_LINUX_VIDEODEV2_H
24
24
25
#include <string>
25
#include <string>
26
#include <cstring>
26
27
27
#include <sys/types.h>
28
#include <sys/types.h>
28
#include <sys/stat.h>
29
#include <sys/stat.h>

Return to bug 220749