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

Steve Lhomme robux4 at gmail.com
Wed Oct 7 13:47:34 CEST 2015


On Thu, Sep 24, 2015 at 3:09 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> 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.

It can work without, but you need to know the IP of the device, rather
that its name.

> With my kindest regards,
>
> --
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> 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