mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
srtp: Fix test skipping when plugin option is disabled
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3200>
This commit is contained in:
parent
573a0489f6
commit
50c6c54675
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ srtp_sources = [
|
|||
|
||||
srtp_cargs = []
|
||||
if get_option('srtp').disabled()
|
||||
srtp_dep = dependency('', required : false)
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue