Changeset 451926c4f115733bd15c9f9933a8b92aa79add44

Show
Ignore:
Timestamp:
26/08/05 14:55:36 (3 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1125060936 +0000
git-parent:

[2b6826a13d9179d4d30e05efc75692b9ffa29516]

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

* The same getopt problem that theora has, exists in speex as well.

Files:

Legend:

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

    r246584f r451926c  
    590590speex: speex-$(SPEEX_VERSION).tar.gz 
    591591    $(EXTRACT_GZ) 
     592    patch -p0 < Patches/speex.patch 
    592593 
    593594.speex: speex 
     
    850851 
    851852.live: live 
    852     (cd $<; ./genMakefiles macosx-before-version-10.4 && make ) 
     853    (cd $<; ./genMakefiles macosx-before-version-10.4-before-version-10.4 && make ) 
    853854    touch $@ 
    854855