Skip to content
Snippets Groups Projects
Commit c482366e authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib: detect vpx from system

Change-Id: Ia493ea8d6375e923185d3b8fccdf94ce669f07fe
parent 52228283
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,9 @@ libvpx: libvpx-$(VPX_HASH).tar.gz .sum-vpx ...@@ -14,6 +14,9 @@ libvpx: libvpx-$(VPX_HASH).tar.gz .sum-vpx
(cd $@-$(VPX_HASH) && tar x $(if ${BATCH_MODE},,-v) --strip-components=1 -f $<) (cd $@-$(VPX_HASH) && tar x $(if ${BATCH_MODE},,-v) --strip-components=1 -f $<)
$(MOVE) $(MOVE)
ifeq ($(call need_pkg,"vpx >= 1.0"),)
PKGS_FOUND += vpx
endif
DEPS_vpx = DEPS_vpx =
ifdef HAVE_CROSS_COMPILE ifdef HAVE_CROSS_COMPILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment