[vlc-devel] [PATCH 3/3] configure.ac: Require microdns 0.1.2

Hugo Beauzée-Luyssen hugo at beauzee.fr
Mon Mar 23 14:47:52 CET 2020


---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index bc1874cb97..7ae5cdaf31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4241,7 +4241,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.2], [mDNS services discovery], [auto])
 
 
 EXTEND_HELP_STRING([Misc options:])
-- 
2.20.1



More information about the vlc-devel mailing list