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
PKGS += dvdnav
endif
endif
ifeq ($(call need_pkg,"dvdnav > 5.0.0"),)
ifeq ($(call need_pkg,"dvdnav >= 5.0.3"),)
PKGS_FOUND += dvdnav
endif
......
......@@ -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
......
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