Skip to content
Snippets Groups Projects
Commit 8e00bdaa authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Steve Lhomme
Browse files

test: check ENABLE_SOUT for sout tests

parent 329cfb15
No related branches found
No related tags found
1 merge request!2558test: check ENABLE_SOUT for sout tests
Pipeline #263360 passed with stages
in 38 minutes and 50 seconds
......@@ -47,12 +47,13 @@ check_PROGRAMS = \
test_modules_demux_timestamps_filter \
test_modules_demux_ts_pes \
test_modules_playlist_m3u \
test_modules_stream_out_transcode \
test_modules_stream_out_pcr_sync \
$(NULL)
if ENABLE_SOUT
check_PROGRAMS += test_modules_tls
check_PROGRAMS += test_modules_tls \
test_modules_stream_out_transcode \
test_modules_stream_out_pcr_sync
endif
if UPDATE_CHECK
check_PROGRAMS += test_src_crypto_update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment