[vlc-commits] Contrib: require libdvdread/dvdnav 5.0.3

Jean-Baptiste Kempf git at videolan.org
Thu Apr 30 15:22:39 CEST 2015


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 29 15:29:31 2015 +0200| [3418a0244fc1f3530e8d07f96777be6fa8f92bae] | committer: Jean-Baptiste Kempf

Contrib: require libdvdread/dvdnav 5.0.3

This should avoid numerous crashes

(cherry picked from commit 30c05d8e241429989db1b230b0e413cf33dcb865)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=3418a0244fc1f3530e8d07f96777be6fa8f92bae
---

 contrib/src/dvdnav/rules.mak  |    2 +-
 contrib/src/dvdread/rules.mak |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/dvdnav/rules.mak b/contrib/src/dvdnav/rules.mak
index bb5f958..9080930 100644
--- a/contrib/src/dvdnav/rules.mak
+++ b/contrib/src/dvdnav/rules.mak
@@ -8,7 +8,7 @@ ifdef GPL
 PKGS += dvdnav
 endif
 endif
-ifeq ($(call need_pkg,"dvdnav > 5.0.0"),)
+ifeq ($(call need_pkg,"dvdnav >= 5.0.3"),)
 PKGS_FOUND += dvdnav
 endif
 
diff --git a/contrib/src/dvdread/rules.mak b/contrib/src/dvdread/rules.mak
index 14bfe3e..157c4a9 100644
--- a/contrib/src/dvdread/rules.mak
+++ b/contrib/src/dvdread/rules.mak
@@ -7,7 +7,7 @@ ifdef GPL
 PKGS += dvdread
 endif
 endif
-ifeq ($(call need_pkg,"dvdread > 5.0.2 "),)
+ifeq ($(call need_pkg,"dvdread >= 5.0.3"),)
 PKGS_FOUND += dvdread
 endif
 



More information about the vlc-commits mailing list