mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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 = []
|
srtp_cargs = []
|
||||||
if get_option('srtp').disabled()
|
if get_option('srtp').disabled()
|
||||||
|
srtp_dep = dependency('', required : false)
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue