[vlc-devel] [PATCH] livehttp: ceil() requires linking with libm
Thomas Guillem
thomas at gllm.fr
Thu Nov 7 10:02:37 CET 2019
Merged, thanks!
On Wed, Nov 6, 2019, at 13:20, Sean McGovern wrote:
> Very odd, considering the requirement is in the manpage.
>
> I build with Clang on Ubuntu 18.04.
>
>
> -- Sean McGovern
>
>
>
> Original Message
>
>
>
> From: robux4 at ycbcr.xyz
> Sent: November 6, 2019 2:33 AM
> To: vlc-devel at videolan.org
> Reply-to: vlc-devel at videolan.org
> Subject: Re: [vlc-devel] [PATCH] livehttp: ceil() requires linking with libm
>
>
> 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
> >
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> _______________________________________________
> 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