Skip to content
Snippets Groups Projects
Commit 92e51392 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: vpx: build out of tree with more threads

Integrates backports of:
- 3ce55c39
- 697a2fcd
- d4c40209
- aa530aec
- 8d0461dd
parent bb0ee3fc
No related branches found
No related tags found
1 merge request!6686[3.0] contrib: vpx: backport build fixes/cleanup
......@@ -174,9 +174,10 @@ VPX_CONF += --extra-cflags="$(VPX_CFLAGS)"
.vpx: libvpx
rm -rf $(PREFIX)/include/vpx
cd $< && LDFLAGS="$(VPX_LDFLAGS)" CROSS=$(VPX_CROSS) $(VPX_HOSTVARS) ./configure --target=$(VPX_TARGET) \
$(MAKEBUILDDIR)
cd $(BUILD_DIR) && LDFLAGS="$(VPX_LDFLAGS)" CROSS=$(VPX_CROSS) $(VPX_HOSTVARS) $(BUILD_SRC)/configure --target=$(VPX_TARGET) \
$(VPX_CONF) --prefix=$(PREFIX)
cd $< && CONFIG_DEBUG=1 $(MAKE)
$(call pkg_static,"vpx.pc")
cd $< && CONFIG_DEBUG=1 $(MAKE) install
+CONFIG_DEBUG=1 $(MAKEBUILD)
$(call pkg_static,"_build/vpx.pc")
+CONFIG_DEBUG=1 $(MAKEBUILD) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment