]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/theora.patch
* New build system for the contrib packages of VLC. It supports to
[vlc] / extras / contrib / src / Patches / theora.patch
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
4 @@ -2,7 +2,7 @@
5  
6  AUTOMAKE_OPTIONS = foreign dist-zip
7  
8 -SUBDIRS = lib include examples debian
9 +SUBDIRS = lib include
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 @@ -86,7 +86,7 @@
17  
18  AUTOMAKE_OPTIONS = foreign dist-zip
19  
20 -SUBDIRS = lib include examples debian
21 +SUBDIRS = lib include
22  
23  EXTRA_DIST = COPYING autogen.sh 
24  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4