]> git.sesse.net Git - vlc/commitdiff
* Autodetect the liveMedia on 10.2 special case. Note that this might break current...
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 21 Sep 2005 01:24:48 +0000 (01:24 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 21 Sep 2005 01:24:48 +0000 (01:24 +0000)
extras/contrib/src/Makefile

index 05479105b633b7dd4968e0ca1a9775f941feecb1..01d312327736379119612141067faf31fd024588 100644 (file)
@@ -863,7 +863,11 @@ live: live-$(LIVEDOTCOM_VERSION).tar.gz
        patch -p 0 < Patches/live.patch
 
 .live: live
+ifeq ($(HOST),ppc-darwin)
+       (cd $<; ./genMakefiles macosx-before-version-10.4 && make )
+else
        (cd $<; ./genMakefiles macosx && make )
+endif
        touch $@
 
 CLEAN_FILE += .live