vlc/vlc-3.0 | branch: master | David Fuhrmann <[email protected]> | Sat 
Jun  8 08:52:50 2019 +0200| [4b9eb828850299edc28a579130a41bd038dc1c45] | 
committer: David Fuhrmann

Revert "contribs/vpx: Use HOSTVARS"

This does not have the desired effect and breaks other builds.
This reverts commit 51716a123ff5144ff6c72ac4ecee67b3e3d088f6.

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=4b9eb828850299edc28a579130a41bd038dc1c45
---

 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 db72386651..d3345c67e7 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 $< && $(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)
        cd $< && ../../../contrib/src/pkg-static.sh vpx.pc

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to