vlc | branch: master | David Fuhrmann <[email protected]> | Sat Jun 8 09:05:24 2019 +0200| [c347e6cdc8c0eb993840f855e07406bdab3dc646] | committer: David Fuhrmann
Revert "contribs/vpx: Use HOSTVARS" This does not have the desired effect. This reverts commit 1860358400353591773f26469cccda3a1772ac8e. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c347e6cdc8c0eb993840f855e07406bdab3dc646 --- 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 b4234fe7f7..15af2a4fb4 100644 --- a/contrib/src/vpx/rules.mak +++ b/contrib/src/vpx/rules.mak @@ -156,7 +156,7 @@ VPX_CONF += --enable-debug --disable-optimizations endif .vpx: libvpx - cd $< && $(HOSTVARS) LDFLAGS="$(VPX_LDFLAGS)" CROSS=$(VPX_CROSS) ./configure --target=$(VPX_TARGET) \ + cd $< && LDFLAGS="$(VPX_LDFLAGS)" CROSS=$(VPX_CROSS) ./configure --target=$(VPX_TARGET) \ $(VPX_CONF) --prefix=$(PREFIX) cd $< && $(MAKE) $(call pkg_static,"vpx.pc") _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
