mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue