]> git.sesse.net Git - vlc/commitdiff
Speed up Schroedinger compilation
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 10 Jul 2009 17:00:00 +0000 (19:00 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 10 Jul 2009 17:00:00 +0000 (19:00 +0200)
extras/contrib/src/Makefile

index 91b752601e5c8e6ecb57296298ed40a87ef750e5..676910b9c9cb4e5aaff8dcd874a63d759ba73e23 100644 (file)
@@ -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