Commit 7a28eb0d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

fixed target_scping

parent 8d23843c
Loading
Loading
Loading
Loading
+4 −10
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
	<buildSpec>
	<buildSpec>
		<buildCommand>
		<buildCommand>
			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
			<triggers>clean,full,incremental,</triggers>
			<triggers>full,incremental,</triggers>
			<arguments>
			<arguments>
			</arguments>
			</arguments>
		</buildCommand>
		</buildCommand>
@@ -17,17 +17,11 @@
			<arguments>
			<arguments>
				<dictionary>
				<dictionary>
					<key>LaunchConfigHandle</key>
					<key>LaunchConfigHandle</key>
					<value>&lt;project&gt;/.externalToolBuilders/org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder (1).launch</value>
					<value>&lt;project&gt;/.externalToolBuilders/SCP apps-astreamer to target.launch</value>
				</dictionary>
				</dictionary>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
			<triggers>full,incremental,</triggers>
			<arguments>
				<dictionary>
				<dictionary>
					<key>LaunchConfigHandle</key>
					<key>incclean</key>
					<value>&lt;project&gt;/.externalToolBuilders/bitbake apps-astreamer.launch</value>
					<value>true</value>
				</dictionary>
				</dictionary>
			</arguments>
			</arguments>
		</buildCommand>
		</buildCommand>
+3 −0
Original line number Original line Diff line number Diff line
@@ -36,6 +36,9 @@ using namespace std;
//#undef RTSP_DEBUG_2
//#undef RTSP_DEBUG_2
#define RTSP_DEBUG_2
#define RTSP_DEBUG_2


#undef RTSP_DEBUG
#undef RTSP_DEBUG_2

#ifdef RTSP_DEBUG
#ifdef RTSP_DEBUG
	#define D(s_port, a) \
	#define D(s_port, a) \
	do { \
	do { \
+3 −0
Original line number Original line Diff line number Diff line
@@ -45,6 +45,9 @@ using namespace std;
#define VIDEO_DEBUG_2	                                        // for timestamp monitoring
#define VIDEO_DEBUG_2	                                        // for timestamp monitoring
//#define VIDEO_DEBUG_3	                                        // for FPS monitoring
//#define VIDEO_DEBUG_3	                                        // for FPS monitoring


#undef VIDEO_DEBUG	                                        // for FPS monitoring
#undef VIDEO_DEBUG_2	                                        // for FPS monitoring

#ifdef VIDEO_DEBUG
#ifdef VIDEO_DEBUG
	#define D(s_port, a) \
	#define D(s_port, a) \
	do { \
	do { \