[vlc-commits] contrib: Do not build microdns by default on macOS

Marvin Scholz git at videolan.org
Sat Oct 29 15:19:08 CEST 2016


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Oct 29 14:58:18 2016 +0200| [423b3ec99f7ee4d20a7b8dfdb16b3c3f90640a76] | committer: Rémi Denis-Courmont

contrib: Do not build microdns by default on macOS

libmicrodns does not work on macOS as bonjour is
used there, so it makes not much sense to build it
on macOS.

See https://github.com/videolabs/libmicrodns/issues/9

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=423b3ec99f7ee4d20a7b8dfdb16b3c3f90640a76
---

 contrib/src/microdns/rules.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/microdns/rules.mak b/contrib/src/microdns/rules.mak
index f3bef5b..2c1801c 100644
--- a/contrib/src/microdns/rules.mak
+++ b/contrib/src/microdns/rules.mak
@@ -3,9 +3,11 @@
 LIBMICRODNS_VERSION := 0.0.3
 LIBMICRODNS_URL := https://github.com/videolabs/libmicrodns/releases/download/$(LIBMICRODNS_VERSION)/microdns-$(LIBMICRODNS_VERSION).tar.gz
 
+ifndef HAVE_MACOSX
 ifdef BUILD_NETWORK
 PKGS += microdns
 endif
+endif
 ifeq ($(call need_pkg,"microdns >= 0.0.1"),)
 PKGS_FOUND += microdns
 endif



More information about the vlc-commits mailing list