Commit 5b9f8af9 authored by Rafaël Carré's avatar Rafaël Carré

contribs: libvpx needs yasm

parent f5eb10db
......@@ -915,7 +915,11 @@ VPX_TARGET=FIXME
endif
endif
ifdef HAVE_DARWIN_OS_ON_INTEL
.libvpx: libvpx .yasm
else
.libvpx: libvpx
endif
(cd $<; CROSS=$(CROSS) ./configure --target=$(VPX_TARGET) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-install-docs --disable-examples --disable-vp8-decoder && make && make install)
(rm -rf $(PREFIX)/include/vpx/ && mkdir -p $(PREFIX)/include/vpx/; cd $< && cp vpx/*.h vpx_ports/*.h $(PREFIX)/include/vpx/) # Of course, why the hell would one expect it to be listed or in make install?
rm $(PREFIX)/include/vpx/config.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment