mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
dtls: add meson definition for recently added test
This commit is contained in:
parent
ffeb09e4ab
commit
4ef2a20a83
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ base_tests = [
|
|||
[['elements/curlftpsink.c'], not curl_dep.found(), [curl_dep]],
|
||||
[['elements/curlsmtpsink.c'], not curl_dep.found(), [curl_dep]],
|
||||
[['elements/dash_mpd.c'], not xml2_dep.found(), [xml2_dep]],
|
||||
[['elements/dtls.c'], not libcrypto_dep.found(), [libcrypto_dep]],
|
||||
[['elements/faac.c'], not faac_dep.found() or not cc.has_header_symbol('faac.h', 'faacEncOpen'), [faac_dep]],
|
||||
[['elements/faad.c'], not faad_dep.found() or not have_faad_2_7, [faad_dep]],
|
||||
[['elements/gdpdepay.c']],
|
||||
|
|
Loading…
Reference in a new issue