]> git.pld-linux.org Git - packages/crossmingw32-libvorbis.git/blob - libvorbis-make.patch
- updated for 1.0rc2.
[packages/crossmingw32-libvorbis.git] / libvorbis-make.patch
1 diff -urN libvorbis-1.0beta4.org/examples/Makefile.am libvorbis-1.0beta4/examples/Makefile.am
2 --- libvorbis-1.0beta4.org/examples/Makefile.am Sun Apr 29 00:04:26 2001
3 +++ libvorbis-1.0beta4/examples/Makefile.am     Sun Apr 29 01:10:25 2001
4 @@ -7,7 +7,7 @@
5  noinst_PROGRAMS = decoder_example encoder_example chaining_example\
6                 vorbisfile_example seeking_example
7  
8 -LDFLAGS = -static
9 +LDFLAGS =
10  LDADD = ../lib/libvorbis.la
11  
12  decoder_example_SOURCES = decoder_example.c
13 diff -urN libvorbis-1.0beta4.org/lib/Makefile.am libvorbis-1.0beta4/lib/Makefile.am
14 --- libvorbis-1.0beta4.org/lib/Makefile.am      Sun Apr 29 00:04:26 2001
15 +++ libvorbis-1.0beta4/lib/Makefile.am  Sun Apr 29 01:10:55 2001
16 @@ -30,7 +30,7 @@
17  barkmel_SOURCES = barkmel.c
18  tone_SOURCES = tone.c
19  psytune_SOURCES = psytune.c
20 -psytune_LDFLAGS = -static
21 +psytune_LDFLAGS = 
22  psytune_LDADD = libvorbis.la
23  
24  EXTRA_DIST = lookups.pl iir.c
25 diff -urN libvorbis-1.0beta4.org/vq/Makefile.am libvorbis-1.0beta4/vq/Makefile.am
26 --- libvorbis-1.0beta4.org/vq/Makefile.am       Sun Apr 29 00:04:26 2001
27 +++ libvorbis-1.0beta4/vq/Makefile.am   Sun Apr 29 01:10:38 2001
28 @@ -9,7 +9,7 @@
29         latticetune huffbuild residuesplit distribution
30  CLEANFILES = $(EXTRA_PROGRAMS)
31  
32 -LDFLAGS = -static
33 +LDFLAGS = 
34  LDADD = ../lib/libvorbis.la
35  
36  lspvqtrain_SOURCES = lspdata.c train.c vqgen.c bookutil.c\
This page took 1.735474 seconds and 3 git commands to generate.