Skip to content
Snippets Groups Projects

configure: rectify minimum libdvdnav version

Merged Rémi Denis-Courmont requested to merge Courmisch/vlc:dvdnav into 3.0.x
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,7 +8,7 @@ ifdef GPL
PKGS += dvdnav
endif
endif
ifeq ($(call need_pkg,"dvdnav >= 5.0.3"),)
ifeq ($(call need_pkg,"dvdnav > 5.0.3"),)
PKGS_FOUND += dvdnav
endif
Loading