[vlc-devel] commit: Speed up Schroedinger compilation (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Jul 10 19:00:32 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 10 19:00:00 2009 +0200| [c9f75658f136db53300968e329c45208a172c3a7] | committer: Jean-Baptiste Kempf 

Speed up Schroedinger compilation

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 91b7526..676910b 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2497,7 +2497,7 @@ schroedinger: schroedinger-$(SCHROED_VERSION).tar.gz
 	$(EXTRACT_GZ)
 
 .schroedinger: schroedinger .liboil
-	(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --with-thread=none --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
+	(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --with-thread=none --disable-gstreamer --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make -C schroedinger && make -C schroedinger install)
 	touch $@
 
 CLEAN_FILE += .schroedinger




More information about the vlc-devel mailing list