[vlc-commits] [Git][videolan/vlc][master] test: check ENABLE_SOUT for sout tests

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Sep 16 13:25:49 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
8e00bdaa by Alexandre Janniaux at 2022-09-16T12:44:53+00:00
test: check ENABLE_SOUT for sout tests

- - - - -


1 changed file:

- test/Makefile.am


Changes:

=====================================
test/Makefile.am
=====================================
@@ -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



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8e00bdaa574f60448c645f7070b2dd4080043e06

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8e00bdaa574f60448c645f7070b2dd4080043e06
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list