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
@ -8,6 +8,7 @@ srtp_sources = [
|
||||
|
||||
srtp_cargs = []
|
||||
if get_option('srtp').disabled()
|
||||
srtp_dep = dependency('', required : false)
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user