[vlc-commits] contribs/vpx: Use HOSTVARS
David Fuhrmann
git at videolan.org
Fri Jun 7 23:45:00 CEST 2019
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Fri Jun 7 18:11:33 2019 +0200| [1860358400353591773f26469cccda3a1772ac8e] | committer: David Fuhrmann
contribs/vpx: Use HOSTVARS
Set HOSTVARS like with other contribs, to let the library select
the correct compiler.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1860358400353591773f26469cccda3a1772ac8e
---
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 7ce09cc2d1..3bc11cb064 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -157,7 +157,7 @@ VPX_CONF += --enable-debug --disable-optimizations
endif
.vpx: libvpx
- cd $< && LDFLAGS="$(VPX_LDFLAGS)" CROSS=$(VPX_CROSS) ./configure --target=$(VPX_TARGET) \
+ cd $< && $(HOSTVARS) LDFLAGS="$(VPX_LDFLAGS)" CROSS=$(VPX_CROSS) ./configure --target=$(VPX_TARGET) \
$(VPX_CONF) --prefix=$(PREFIX)
cd $< && $(MAKE)
$(call pkg_static,"vpx.pc")
More information about the vlc-commits
mailing list