Changeset ef626a5dee4e9324a14e4f6b20be7cd518bafffe for extras
- Timestamp:
- 05/14/08 19:48:50 (4 months ago)
- git-parent:
- Files:
-
- extras/contrib/src/Makefile (modified) (1 diff)
- extras/contrib/src/Patches/libtheora-includes.patch (added)
- extras/contrib/src/packages.mak (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
extras/contrib/src/Makefile
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 extras/contrib/src/packages.mak
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.0beta 279 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
