[vlc-devel] [PATCH 2/2] configure: requires microdns >= 0.1.0
Thomas Guillem
thomas at gllm.fr
Thu Aug 22 17:28:13 CEST 2019
It will be needed by the future work from Roland regarding the announce API.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 94e70fe5a6..bb55e17fb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4220,7 +4220,7 @@ PKG_ENABLE_MODULES_VLC([UPNP], [upnp], [libupnp], [Intel UPNP SDK],[auto])
dnl
dnl mDNS using libmicrodns
dnl
-PKG_ENABLE_MODULES_VLC([MICRODNS], [], [microdns], [mDNS services discovery], [auto])
+PKG_ENABLE_MODULES_VLC([MICRODNS], [], [microdns >= 0.1.0], [mDNS services discovery], [auto])
EXTEND_HELP_STRING([Misc options:])
--
2.20.1
More information about the vlc-devel
mailing list