Loading eclipse_project_setup/.project +4 −10 Original line number Original line Diff line number Diff line Loading @@ -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> Loading @@ -17,17 +17,11 @@ <arguments> <arguments> <dictionary> <dictionary> <key>LaunchConfigHandle</key> <key>LaunchConfigHandle</key> <value><project>/.externalToolBuilders/org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder (1).launch</value> <value><project>/.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><project>/.externalToolBuilders/bitbake apps-astreamer.launch</value> <value>true</value> </dictionary> </dictionary> </arguments> </arguments> </buildCommand> </buildCommand> Loading src/streamer.cpp +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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 { \ Loading src/video.cpp +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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 { \ Loading Loading
eclipse_project_setup/.project +4 −10 Original line number Original line Diff line number Diff line Loading @@ -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> Loading @@ -17,17 +17,11 @@ <arguments> <arguments> <dictionary> <dictionary> <key>LaunchConfigHandle</key> <key>LaunchConfigHandle</key> <value><project>/.externalToolBuilders/org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder (1).launch</value> <value><project>/.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><project>/.externalToolBuilders/bitbake apps-astreamer.launch</value> <value>true</value> </dictionary> </dictionary> </arguments> </arguments> </buildCommand> </buildCommand> Loading
src/streamer.cpp +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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 { \ Loading
src/video.cpp +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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 { \ Loading