[vlc-commits] commit: contribs: libvpx needs yasm ( Rafaël Carré )
git at videolan.org
git at videolan.org
Sun Oct 31 23:19:56 CET 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sun Oct 31 23:19:41 2010 +0100| [5b9f8af92b23861e963a0d41e25e7137040207ec] | committer: Rafaël Carré
contribs: libvpx needs yasm
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b9f8af92b23861e963a0d41e25e7137040207ec
---
extras/contrib/src/contrib-src.mak | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 568e083..bbaa23f 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -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
More information about the vlc-commits
mailing list