Changeset ef626a5dee4e9324a14e4f6b20be7cd518bafffe
- Timestamp:
- 05/14/08 19:48:50
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@altair.videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1210787330 +0200
- git-parent:
[b187d11b4c62350735a452f6b523b642cb37b4ab]
- git-author:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1210787330 +0200
- Message:
Theora Beta3 and patch the includes...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rba1451c |
ref626a5 |
|
| 761 | 761 | $(EXTRACT_BZ2) |
|---|
| 762 | 762 | patch -p0 < Patches/theora.patch |
|---|
| | 763 | patch -p0 < Patches/libtheora-includes.patch |
|---|
| 763 | 764 | (cd $@; autoconf) |
|---|
| 764 | 765 | |
|---|
| r22dbee0 |
ref626a5 |
|
| 77 | 77 | VORBIS_URL=http://downloads.xiph.org/releases/vorbis/libvorbis-$(VORBIS_VERSION).tar.gz |
|---|
| 78 | 78 | #VORBIS_URL=$(VIDEOLAN)/testing/contrib/libvorbis-$(VORBIS_VERSION).tar.gz |
|---|
| 79 | | THEORA_VERSION=1.0beta2 |
|---|
| | 79 | THEORA_VERSION=1.0beta3 |
|---|
| 80 | 80 | THEORA_URL=http://downloads.xiph.org/releases/theora/libtheora-$(THEORA_VERSION).tar.bz2 |
|---|
| 81 | 81 | #THEORA_URL=$(VIDEOLAN)/testing/contrib/libtheora-$(THEORA_VERSION).tar.bz2 |
|---|