[vlc-commits] commit: contribs: fixed typo *cough* ( Felix Paul Kühne )

git at videolan.org git at videolan.org
Mon Aug 9 20:21:04 CEST 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Aug  9 20:21:01 2010 +0200| [51169d42596c89ca8b03fdfaa7d2e46c3a26411c] | committer: Felix Paul Kühne 

contribs: fixed typo *cough*

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=51169d42596c89ca8b03fdfaa7d2e46c3a26411c
---

 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 b4cddc6..04608aa 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -962,8 +962,7 @@ endif
 endif
 
 .libvpx: libvpx
-	(cd $<; CROSS=$(HOST)- ./configure --target=$(VPX_TARGET) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-examples && make && make 
-install)
+	(cd $<; CROSS=$(HOST)- ./configure --target=$(VPX_TARGET) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-examples && make && make install)
 	(rm -rf $(PREFIX)/include/vpx/ && mkdir $(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
 	(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?



More information about the vlc-commits mailing list