[vlc-commits] commit: Contrib: vpx small fix (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Fri May 21 22:28:23 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 21 22:21:51 2010 +0200| [ce9519fbde306ec40adb6a8c37d6c556646d4257] | committer: Jean-Baptiste Kempf
Contrib: vpx small fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ce9519fbde306ec40adb6a8c37d6c556646d4257
---
extras/contrib/src/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 9441a41..c0f6000 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -919,9 +919,7 @@ libvpx-$(VPX_VERSION).tar.bz2:
vpx: libvpx-$(VPX_VERSION).tar.bz2
$(EXTRACT_BZ2)
-ifneq ($(HOST),$(BUILD))
patch -p0 < Patches/libvpx-cross.patch
-endif
ifdef HAVE_WIN32
VPX_TARGET=x86-win32-gcc
@@ -932,6 +930,7 @@ endif
.vpx: vpx
(cd $<; ./configure --target=$(VPX_TARGET) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-examples && XCC=$(CC) XNM=$(NM) XSTRIP=$(STRIP) make && make install)
(cd $<; cp vp8/*.h vpx_codec/*.h vpx_port/*.h $(PREFIX)/include) # Of course, why the hell would one expect it to be listed or in make install?
+ rm $(PREFIX)/include/config.h
(cd $<; $(RANLIB) libvpx.a && cp libvpx.a $(PREFIX)/lib) # Of course, why the hell would one expect it to be listed or in make install?
touch $@
More information about the vlc-commits
mailing list