[vlc-devel] [PATCH 4/5] add support for libmicrodns support in the Chromecast module

Jean-Baptiste Kempf jb at videolan.org
Thu Sep 24 15:09:09 CEST 2015


On 24 Sep, Steve Lhomme wrote :
> ---
>  configure.ac                   | 6 ++++++
>  modules/stream_out/Makefile.am | 4 ++++
>  2 files changed, 10 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index 55513bd..b414c47 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3657,6 +3657,12 @@ AM_CONDITIONAL([BUILD_CHROMECAST], [test "${build_chromecast}" = "yes"])
>  m4_popdef([protobuf_lite_version])
>  
>  dnl
> +dnl microdns for Chromecast
> +dnl
> +PKG_WITH_MODULES([MICRODNS], [microdns], [have_microdns="yes" AC_DEFINE([HAVE_MICRODNS], [1], [The microdns library is present])])
> +AM_CONDITIONAL(HAVE_MICRODNS, [test "${have_microdns}" = "yes"])

If no microdns, you can disable chromecast altogether.

With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list