meson: hls: Only build when any crypto_dep is found
https://bugzilla.gnome.org/show_bug.cgi?id=773114
This commit is contained in:
parent
2ea67f0da2
commit
67d0eefb81
@ -25,6 +25,7 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if hls_crypto_dep.found()
|
||||||
gsthls = library('gsthls',
|
gsthls = library('gsthls',
|
||||||
hls_sources,
|
hls_sources,
|
||||||
c_args : gst_plugins_bad_args + hls_cargs,
|
c_args : gst_plugins_bad_args + hls_cargs,
|
||||||
@ -36,3 +37,4 @@ gsthls = library('gsthls',
|
|||||||
install : true,
|
install : true,
|
||||||
install_dir : plugins_install_dir,
|
install_dir : plugins_install_dir,
|
||||||
)
|
)
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user