[vlc-devel] [PATCH] livehttp: ceil() requires linking with libm
Sean McGovern
gseanmcg at gmail.com
Wed Nov 6 05:47:25 CET 2019
Oops... looking around at other modules this should probably be $(LIBM)
since that is probed for.
On Tue, Nov 5, 2019 at 9:02 PM Sean McGovern <gseanmcg at gmail.com> 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..ac23c0414f 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 -lm
> 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