[vlc-devel] [PATCH] livehttp: ceil() requires linking with libm

Steve Lhomme robux4 at ycbcr.xyz
Wed Nov 6 08:33:43 CET 2019


What do you use to build ?
It's odd that none of the targets we build in Gitlab got this issue:

https://code.videolan.org/videolan/vlc/pipelines/10821

On 2019-11-06 6:24, Sean McGovern wrote:
> ---
>   modules/access_output/Makefile.am | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/modules/access_output/Makefile.am b/modules/access_output/Makefile.am
> index 224e93eee0..f6f78c0b73 100644
> --- a/modules/access_output/Makefile.am
> +++ b/modules/access_output/Makefile.am
> @@ -14,7 +14,7 @@ access_out_LTLIBRARIES = \
>   
>   libaccess_output_livehttp_plugin_la_SOURCES = access_output/livehttp.c
>   libaccess_output_livehttp_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
> -libaccess_output_livehttp_plugin_la_LIBADD = $(GCRYPT_LIBS) -lgpg-error
> +libaccess_output_livehttp_plugin_la_LIBADD = $(GCRYPT_LIBS) -lgpg-error $(LIBM)
>   if HAVE_GCRYPT
>   access_out_LTLIBRARIES += libaccess_output_livehttp_plugin.la
>   endif
> -- 
> 2.17.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list