meson: hls: libm is required because m3u8.c uses math.h
https://bugzilla.gnome.org/show_bug.cgi?id=782119
This commit is contained in:
parent
367b4a353f
commit
b5abaabeae
@ -33,7 +33,7 @@ if hls_crypto_dep.found()
|
|||||||
include_directories : [configinc],
|
include_directories : [configinc],
|
||||||
dependencies : [gstpbutils_dep, gsttag_dep, gstvideo_dep,
|
dependencies : [gstpbutils_dep, gsttag_dep, gstvideo_dep,
|
||||||
gstadaptivedemux_dep, gsturidownloader_dep,
|
gstadaptivedemux_dep, gsturidownloader_dep,
|
||||||
hls_crypto_dep],
|
hls_crypto_dep, libm],
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : plugins_install_dir,
|
install_dir : plugins_install_dir,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user