]> git.pld-linux.org Git - packages/darkice.git/blob - darkice-am_fixes.patch
5a72fce7eb74a61c31e611315b01687280aed680
[packages/darkice.git] / darkice-am_fixes.patch
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.051185 seconds and 2 git commands to generate.