Skip to content
Snippets Groups Projects
Commit 8ed7b5eb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

contrib: dvbpsi: check minimum version

parent 9083a2de
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ DVBPSI_VERSION := 1.3.0
DVBPSI_URL := $(VIDEOLAN)/libdvbpsi/$(DVBPSI_VERSION)/libdvbpsi-$(DVBPSI_VERSION).tar.bz2
PKGS += dvbpsi
ifeq ($(call need_pkg,"libdvbpsi"),)
ifeq ($(call need_pkg,"libdvbpsi >= 1.2.0"),)
PKGS_FOUND += dvbpsi
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment