[vlc-devel] [PATCH 2/2] contribs: update libdvdnav to 4.2.1
Gilles Sabourin
gilles.sabourin at free.fr
Mon May 26 22:03:29 CEST 2014
---
contrib/src/dvdnav/rules.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/src/dvdnav/rules.mak b/contrib/src/dvdnav/rules.mak
index 4f0a3bb..4b9d0bb 100644
--- a/contrib/src/dvdnav/rules.mak
+++ b/contrib/src/dvdnav/rules.mak
@@ -1,6 +1,6 @@
# DVDNAV
-# LIBDVDNAV_VERSION := 4.2.0
+# LIBDVDNAV_VERSION := 4.2.1
# LIBDVDNAV_URL := http://dvdnav.mplayerhq.hu/releases/libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2
DVDNAV_GITURL := git://git.videolan.org/libdvdnav.git
LIBDVDNAV_VERSION := git
@@ -10,7 +10,7 @@ ifdef GPL
PKGS += dvdnav
endif
endif
-ifeq ($(call need_pkg,"dvdnav"),)
+ifeq ($(call need_pkg,"dvdnav >= 4.2.1"),)
PKGS_FOUND += dvdnav
endif
--
1.9.3
More information about the vlc-devel
mailing list