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

git version control git at videolan.org
Thu Aug 27 19:34:45 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 10 19:00:00 2009 +0200| [fc04f9f208a50843793a8cdb8d9e39a5e606f6a8] | committer: Rémi Denis-Courmont 

Speed up Schroedinger compilation
(cherry picked from commit c9f75658f136db53300968e329c45208a172c3a7)

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 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 c8cdc10..4bc8db6 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2504,7 +2504,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