Changeset 246584f554dbd84ef00a88ddb4bc6a824cb20f95

Show
Ignore:
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
  • extras/contrib/src/Makefile

    r87b8b35 r246584f  
    532532libtheora: libtheora-$(THEORA_VERSION).tar.bz2 
    533533    $(EXTRACT_BZ2) 
     534    patch -p0 < Patches/theora.patch 
    534535 
    535536.theora: libtheora 
     
    849850 
    850851.live: live 
    851     (cd $<; ./genMakefiles macosx && make ) 
     852    (cd $<; ./genMakefiles macosx-before-version-10.4 && make ) 
    852853    touch $@ 
    853854 
  • extras/contrib/src/Patches/theora.patch

    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 
     1diff -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 
    44@@ -2,7 +2,7 @@ 
    55  
    6  AUTOMAKE_OPTIONS = foreign dist-zip 
     6 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2 
    77  
    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 
    1010  
    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 
     13diff -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 @@ 
    1717 target_os = @target_os@ 
    1818 target_vendor = @target_vendor@ 
    1919 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 
    2222 EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \ 
    2323    theora-uninstalled.pc.in 
    24  
     24