Changeset b638a3dbb86e07af984eaffbeaaf23d12c7210d0

Show
Ignore:
Timestamp:
21/09/05 03:24:48 (3 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1127265888 +0000
git-parent:

[661e782126cbc02d0d046b7f761dc7b898303fc2]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1127265888 +0000
Message:

* Autodetect the liveMedia on 10.2 special case. Note that this might break current 'sed' patch lines on existing 10.2 installs, since the correct line will be patched by those as well.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    r4a4a0f5 rb638a3d  
    864864 
    865865.live: live 
     866ifeq ($(HOST),ppc-darwin) 
     867    (cd $<; ./genMakefiles macosx-before-version-10.4 && make ) 
     868else 
    866869    (cd $<; ./genMakefiles macosx && make ) 
     870endif 
    867871    touch $@ 
    868872