]> git.pld-linux.org Git - packages/crossmingw32-libvorbis.git/blame - libvorbis-make.patch
- updated for 1.0rc2.
[packages/crossmingw32-libvorbis.git] / libvorbis-make.patch
CommitLineData
3e11f73d
AM
1diff -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
0e3926d6 7
3e11f73d
AM
8-LDFLAGS = -static
9+LDFLAGS =
10 LDADD = ../lib/libvorbis.la
0e3926d6 11
3e11f73d
AM
12 decoder_example_SOURCES = decoder_example.c
13diff -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
0e3926d6 23
3e11f73d
AM
24 EXTRA_DIST = lookups.pl iir.c
25diff -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 0.047209 seconds and 4 git commands to generate.