Commit 3418a024 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: require libdvdread/dvdnav 5.0.3

This should avoid numerous crashes

(cherry picked from commit 30c05d8e241429989db1b230b0e413cf33dcb865)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 1743fe56
...@@ -8,7 +8,7 @@ ifdef GPL ...@@ -8,7 +8,7 @@ ifdef GPL
PKGS += dvdnav PKGS += dvdnav
endif endif
endif endif
ifeq ($(call need_pkg,"dvdnav > 5.0.0"),) ifeq ($(call need_pkg,"dvdnav >= 5.0.3"),)
PKGS_FOUND += dvdnav PKGS_FOUND += dvdnav
endif endif
......
...@@ -7,7 +7,7 @@ ifdef GPL ...@@ -7,7 +7,7 @@ ifdef GPL
PKGS += dvdread PKGS += dvdread
endif endif
endif endif
ifeq ($(call need_pkg,"dvdread > 5.0.2 "),) ifeq ($(call need_pkg,"dvdread >= 5.0.3"),)
PKGS_FOUND += dvdread PKGS_FOUND += dvdread
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment