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

fixed target_scping

parent 8d23843c
...@@ -7,7 +7,7 @@ ...@@ -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 @@ ...@@ -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>
......
...@@ -36,6 +36,9 @@ using namespace std; ...@@ -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 { \
......
...@@ -45,6 +45,9 @@ using namespace std; ...@@ -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 { \
......
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