Changeset 451926c4f115733bd15c9f9933a8b92aa79add44
- 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
| r246584f |
r451926c |
|
| 590 | 590 | speex: speex-$(SPEEX_VERSION).tar.gz |
|---|
| 591 | 591 | $(EXTRACT_GZ) |
|---|
| | 592 | patch -p0 < Patches/speex.patch |
|---|
| 592 | 593 | |
|---|
| 593 | 594 | .speex: speex |
|---|
| … | … | |
| 850 | 851 | |
|---|
| 851 | 852 | .live: live |
|---|
| 852 | | (cd $<; ./genMakefiles macosx-before-version-10.4 && make ) |
|---|
| | 853 | (cd $<; ./genMakefiles macosx-before-version-10.4-before-version-10.4 && make ) |
|---|
| 853 | 854 | touch $@ |
|---|
| 854 | 855 | |
|---|