Changeset 246584f554dbd84ef00a88ddb4bc6a824cb20f95
- Timestamp:
- 25/08/05 21:10:21
(3 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1124997021 +0000
- git-parent:
[c7c8cba50ddbcb8e99473c4237f2386eb8453a79]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1124997021 +0000
- Message:
* libtheora examples don't compile on 10.2 Remove from Makefiles. This issue is now fixed upstream thanks to rillian from #theora
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r87b8b35 |
r246584f |
|
| 532 | 532 | libtheora: libtheora-$(THEORA_VERSION).tar.bz2 |
|---|
| 533 | 533 | $(EXTRACT_BZ2) |
|---|
| | 534 | patch -p0 < Patches/theora.patch |
|---|
| 534 | 535 | |
|---|
| 535 | 536 | .theora: libtheora |
|---|
| … | … | |
| 849 | 850 | |
|---|
| 850 | 851 | .live: live |
|---|
| 851 | | (cd $<; ./genMakefiles macosx && make ) |
|---|
| | 852 | (cd $<; ./genMakefiles macosx-before-version-10.4 && make ) |
|---|
| 852 | 853 | touch $@ |
|---|
| 853 | 854 | |
|---|
| r04b00ac |
r246584f |
|
| 1 | | diff -ru libtheora.old/Makefile.am libtheora/Makefile.am |
|---|
| 2 | | --- libtheora.old/Makefile.am Thu Sep 26 04:50:51 2002 |
|---|
| 3 | | +++ libtheora/Makefile.am Wed Nov 12 00:06:14 2003 |
|---|
| | 1 | diff -ruN libtheora-1.0alpha5/Makefile.am libtheora/Makefile.am |
|---|
| | 2 | --- libtheora-1.0alpha5/Makefile.am Mon Aug 15 20:02:15 2005 |
|---|
| | 3 | +++ libtheora/Makefile.am Thu Aug 25 21:11:34 2005 |
|---|
| 4 | 4 | @@ -2,7 +2,7 @@ |
|---|
| 5 | 5 | |
|---|
| 6 | | AUTOMAKE_OPTIONS = foreign dist-zip |
|---|
| | 6 | AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2 |
|---|
| 7 | 7 | |
|---|
| 8 | | -SUBDIRS = lib include doc examples debian |
|---|
| 9 | | +SUBDIRS = lib include |
|---|
| | 8 | -SUBDIRS = lib include doc examples debian tests |
|---|
| | 9 | +SUBDIRS = lib include doc debian tests |
|---|
| 10 | 10 | |
|---|
| 11 | | EXTRA_DIST = COPYING autogen.sh |
|---|
| 12 | | |
|---|
| 13 | | diff -ru libtheora.old/Makefile.in libtheora/Makefile.in |
|---|
| 14 | | --- libtheora.old/Makefile.in Mon Jun 9 23:26:11 2003 |
|---|
| 15 | | +++ libtheora/Makefile.in Wed Nov 12 00:06:37 2003 |
|---|
| 16 | | @@ -206,7 +206,7 @@ |
|---|
| | 11 | EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \ |
|---|
| | 12 | theora-uninstalled.pc.in |
|---|
| | 13 | diff -ruN libtheora-1.0alpha5/Makefile.in libtheora/Makefile.in |
|---|
| | 14 | --- libtheora-1.0alpha5/Makefile.in Sat Aug 20 21:30:42 2005 |
|---|
| | 15 | +++ libtheora/Makefile.in Thu Aug 25 21:11:46 2005 |
|---|
| | 16 | @@ -224,7 +224,7 @@ |
|---|
| 17 | 17 | target_os = @target_os@ |
|---|
| 18 | 18 | target_vendor = @target_vendor@ |
|---|
| 19 | 19 | AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2 |
|---|
| 20 | | -SUBDIRS = lib include doc examples debian |
|---|
| 21 | | +SUBDIRS = lib include |
|---|
| | 20 | -SUBDIRS = lib include doc examples debian tests |
|---|
| | 21 | +SUBDIRS = lib include doc debian tests |
|---|
| 22 | 22 | EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \ |
|---|
| 23 | 23 | theora-uninstalled.pc.in |
|---|
| 24 | | |
|---|
| | 24 | |
|---|