vlc/vlc-3.0 | branch: master | David Fuhrmann <[email protected]> | Thu Jun 6 18:18:07 2019 +0200| [51716a123ff5144ff6c72ac4ecee67b3e3d088f6] | 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/vlc-3.0.git/?a=commit;h=51716a123ff5144ff6c72ac4ecee67b3e3d088f6 --- 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 d3345c67e7..db72386651 100644 --- a/contrib/src/vpx/rules.mak +++ b/contrib/src/vpx/rules.mak @@ -161,7 +161,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) cd $< && ../../../contrib/src/pkg-static.sh vpx.pc _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
