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

fixed target_scping

parent 8d23843c
......@@ -7,7 +7,7 @@
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
......@@ -17,17 +17,11 @@
<arguments>
<dictionary>
<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>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value>&lt;project&gt;/.externalToolBuilders/bitbake apps-astreamer.launch</value>
<key>incclean</key>
<value>true</value>
</dictionary>
</arguments>
</buildCommand>
......
......@@ -36,6 +36,9 @@ using namespace std;
//#undef RTSP_DEBUG_2
#define RTSP_DEBUG_2
#undef RTSP_DEBUG
#undef RTSP_DEBUG_2
#ifdef RTSP_DEBUG
#define D(s_port, a) \
do { \
......
......@@ -45,6 +45,9 @@ using namespace std;
#define VIDEO_DEBUG_2 // for timestamp monitoring
//#define VIDEO_DEBUG_3 // for FPS monitoring
#undef VIDEO_DEBUG // for FPS monitoring
#undef VIDEO_DEBUG_2 // for FPS monitoring
#ifdef VIDEO_DEBUG
#define D(s_port, a) \
do { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment