Skip to content

Commit 3750df8

Browse files
committed
missing includes - fix
1 parent c29cb9a commit 3750df8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ add_subdirectory("sink_modules/network_sink")
297297
endif (OPT_BUILD_NETWORK_SINK)
298298

299299
if (OPT_BUILD_MPEG_ADTS_SINK)
300-
#add_subdirectory("sink_modules/mpeg_adts_sink")
300+
add_subdirectory("sink_modules/mpeg_adts_sink")
301301
endif (OPT_BUILD_MPEG_ADTS_SINK)
302302

303303
if (NOT ANDROID)
@@ -329,10 +329,9 @@ add_subdirectory("decoder_modules/m17_decoder")
329329
endif (OPT_BUILD_M17_DECODER)
330330

331331
if (OPT_BUILD_CH_EXTRAVHF_DECODER)
332-
#add_subdirectory("decoder_modules/ch_extravhf_decoder")
332+
add_subdirectory("decoder_modules/ch_extravhf_decoder")
333333
endif (OPT_BUILD_CH_EXTRAVHF_DECODER)
334334

335-
336335
if (OPT_BUILD_FT8_DECODER)
337336
add_subdirectory("decoder_modules/ft8_decoder")
338337
endif (OPT_BUILD_FT8_DECODER)

0 commit comments

Comments
 (0)