]> git.pld-linux.org Git - packages/darkice.git/blob - darkice-ac25x.patch
- updated to 0.13.1
[packages/darkice.git] / darkice-ac25x.patch
1 --- darkice-0.13.1/configure.in.orig    Mon May 26 22:22:44 2003
2 +++ darkice-0.13.1/configure.in Mon May 26 22:23:32 2003
3 @@ -37,8 +37,6 @@
4  dnl-----------------------------------------------------------------------------
5  dnl link the lame library if requested
6  dnl-----------------------------------------------------------------------------
7 -AC_SUBST( LAME_INCFLAGS)
8 -AC_SUBST( LAME_LDFLAGS)
9  
10  AC_ARG_WITH( lame,
11  [  --with-lame             use lame for encoding mp3 streams [yes] ],
12 @@ -66,14 +64,12 @@
13  else
14      AC_MSG_RESULT( [building without lame] )
15  fi
16 -
17 +AC_SUBST(LAME_INCFLAGS)
18 +AC_SUBST(LAME_LDFLAGS)
19  
20  dnl-----------------------------------------------------------------------------
21  dnl link the ogg vorbis libraries if requested
22  dnl-----------------------------------------------------------------------------
23 -AC_SUBST( VORBIS_INCFLAGS)
24 -AC_SUBST( VORBIS_LDFLAGS)
25 -
26  AC_ARG_WITH( vorbis,
27  [  --with-vorbis           use Ogg Vorbis for encoding vorbis streams [yes] ],
28      USE_VORBIS=${withval}, USE_VORBIS="yes" )
29 @@ -110,6 +106,10 @@
30      AC_MSG_RESULT( [building without Ogg Vorbis] )
31  fi
32  
33 +AC_SUBST(VORBIS_INCFLAGS)
34 +AC_SUBST(VORBIS_LDFLAGS)
35 +
36 +
37  
38  dnl-----------------------------------------------------------------------------
39  dnl make sure at least one of lame and vorbis present
This page took 0.394769 seconds and 3 git commands to generate.