]> git.pld-linux.org Git - packages/crossmingw32-libvorbis.git/blob - libvorbis-make.patch
- tabs in preamble
[packages/crossmingw32-libvorbis.git] / libvorbis-make.patch
1 diff -urN libvorbis-1.0beta4.org/lib/Makefile.am libvorbis-1.0beta4/lib/Makefile.am
2 --- libvorbis-1.0beta4.org/lib/Makefile.am      Sun Apr 29 00:04:26 2001
3 +++ libvorbis-1.0beta4/lib/Makefile.am  Sun Apr 29 01:10:55 2001
4 @@ -30,7 +30,7 @@
5  barkmel_SOURCES = barkmel.c
6  tone_SOURCES = tone.c
7  psytune_SOURCES = psytune.c
8 -psytune_LDFLAGS = -static
9 +psytune_LDFLAGS = 
10  psytune_LDADD = libvorbis.la
11  
12  EXTRA_DIST = lookups.pl iir.c
13 --- libvorbis-1.1.0.orig/vq/Makefile.am Sun Apr 29 00:04:26 2001
14 +++ libvorbis-1.1.0/vq/Makefile.am      Sun Apr 29 01:10:38 2001
15 @@ -9,7 +9,7 @@
16         latticetune huffbuild residuesplit distribution
17  CLEANFILES = $(EXTRA_PROGRAMS)
18  
19 -AM_LDFLAGS = -static
20 +AM_LDFLAGS = 
21  LDADD = ../lib/libvorbis.la
22  
23  lspvqtrain_SOURCES = lspdata.c train.c vqgen.c bookutil.c\
This page took 0.051038 seconds and 3 git commands to generate.