]> git.pld-linux.org Git - packages/darkice.git/blame - darkice-ac25x.patch
- updated to work with 0.13.1
[packages/darkice.git] / darkice-ac25x.patch
CommitLineData
c4a5a807 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 @@
6528eb10 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] ],
c4a5a807 12@@ -66,14 +64,12 @@
6528eb10 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" )
c4a5a807 29@@ -110,6 +106,10 @@
30 AC_MSG_RESULT( [building without Ogg Vorbis] )
6528eb10 31 fi
c4a5a807 32
6528eb10 33+AC_SUBST(VORBIS_INCFLAGS)
34+AC_SUBST(VORBIS_LDFLAGS)
c4a5a807 35+
36+
6528eb10 37
c4a5a807 38 dnl-----------------------------------------------------------------------------
39 dnl make sure at least one of lame and vorbis present
This page took 0.063982 seconds and 4 git commands to generate.