File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ add_subdirectory("sink_modules/network_sink")
297297endif (OPT_BUILD_NETWORK_SINK)
298298
299299if (OPT_BUILD_MPEG_ADTS_SINK)
300- # add_subdirectory("sink_modules/mpeg_adts_sink")
300+ add_subdirectory ("sink_modules/mpeg_adts_sink" )
301301endif (OPT_BUILD_MPEG_ADTS_SINK)
302302
303303if (NOT ANDROID)
@@ -329,10 +329,9 @@ add_subdirectory("decoder_modules/m17_decoder")
329329endif (OPT_BUILD_M17_DECODER)
330330
331331if (OPT_BUILD_CH_EXTRAVHF_DECODER)
332- # add_subdirectory("decoder_modules/ch_extravhf_decoder")
332+ add_subdirectory ("decoder_modules/ch_extravhf_decoder" )
333333endif (OPT_BUILD_CH_EXTRAVHF_DECODER)
334334
335-
336335if (OPT_BUILD_FT8_DECODER)
337336 add_subdirectory ("decoder_modules/ft8_decoder" )
338337endif (OPT_BUILD_FT8_DECODER)
You can’t perform that action at this time.
0 commit comments