[vlc-commits] Contribs: require libvpx 1.4.0
Jean-Baptiste Kempf
git at videolan.org
Mon Sep 26 18:49:05 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 26 18:48:35 2016 +0200| [9f94f9fba93e3c779b7f10d57048c6df821ab4ac] | committer: Jean-Baptiste Kempf
Contribs: require libvpx 1.4.0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f94f9fba93e3c779b7f10d57048c6df821ab4ac
---
contrib/src/vpx/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index b91ad73..231199c 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -4,7 +4,7 @@ VPX_VERSION := 1.6.0
VPX_URL := http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-$(VPX_VERSION).tar.bz2
PKGS += vpx
-ifeq ($(call need_pkg,"vpx"),)
+ifeq ($(call need_pkg,"vpx >= 1.4.0"),)
PKGS_FOUND += vpx
endif
More information about the vlc-commits
mailing list