Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
430
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
8e00bdaa
Commit
8e00bdaa
authored
2 years ago
by
Alexandre Janniaux
Committed by
Steve Lhomme
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
test: check ENABLE_SOUT for sout tests
parent
329cfb15
No related branches found
No related tags found
1 merge request
!2558
test: check ENABLE_SOUT for sout tests
Pipeline
#263360
passed with stages
in 38 minutes and 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/Makefile.am
+4
-3
4 additions, 3 deletions
test/Makefile.am
with
4 additions
and
3 deletions
test/Makefile.am
+
4
−
3
View file @
8e00bdaa
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment