]> git.pld-linux.org Git - packages/darkice.git/blame - darkice-am_fixes.patch
- added ac25x patch (fixes for autoconf 2.5x).
[packages/darkice.git] / darkice-am_fixes.patch
CommitLineData
143bb344 1--- darkice-0.10/src/Makefile.am~ Mon Jul 22 16:04:58 2002
2+++ darkice-0.10/src/Makefile.am Mon Jul 22 16:04:58 2002
3@@ -1,8 +1,7 @@
4 bin_PROGRAMS = darkice
5-CXXFLAGS = -g -pedantic -Wall
6-#CXXFLAGS = -O2 -pedantic -Wall
7-INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@
8-LDADD = @LAME_LDFLAGS@ @VORBIS_LDFLAGS@
9+
10+INCLUDES = $(LAME_INCFLAGS) $(VORBIS_INCFLAGS)
11+LDADD = $(LAME_LDFLAGS) $(VORBIS_LDFLAGS)
12
13 darkice_SOURCES = AudioEncoder.h\
14 AudioSource.h\
This page took 0.04446 seconds and 4 git commands to generate.