]> git.pld-linux.org Git - packages/darkice.git/commitdiff
- ac 2.5x dixes.
authorkloczek <kloczek@pld-linux.org>
Tue, 23 Jul 2002 08:57:01 +0000 (08:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    darkice-ac25x.patch -> 1.1

darkice-ac25x.patch [new file with mode: 0644]

diff --git a/darkice-ac25x.patch b/darkice-ac25x.patch
new file mode 100644 (file)
index 0000000..8c34c62
--- /dev/null
@@ -0,0 +1,39 @@
+--- darkice-0.10/configure.in~ Tue Jul 23 06:23:29 2002
++++ darkice-0.10/configure.in  Tue Jul 23 06:23:29 2002
+@@ -28,8 +28,6 @@
+ dnl-----------------------------------------------------------------------------
+ dnl link the lame library if requested
+ dnl-----------------------------------------------------------------------------
+-AC_SUBST( LAME_INCFLAGS)
+-AC_SUBST( LAME_LDFLAGS)
+ AC_ARG_WITH( lame,
+ [  --with-lame             use lame for encoding mp3 streams [yes] ],
+@@ -57,14 +55,12 @@
+ else
+     AC_MSG_RESULT( [building without lame] )
+ fi
+-
++AC_SUBST(LAME_INCFLAGS)
++AC_SUBST(LAME_LDFLAGS)
+ dnl-----------------------------------------------------------------------------
+ dnl link the ogg vorbis libraries if requested
+ dnl-----------------------------------------------------------------------------
+-AC_SUBST( VORBIS_INCFLAGS)
+-AC_SUBST( VORBIS_LDFLAGS)
+-
+ AC_ARG_WITH( vorbis,
+ [  --with-vorbis           use Ogg Vorbis for encoding vorbis streams [yes] ],
+     USE_VORBIS=${withval}, USE_VORBIS="yes" )
+@@ -106,7 +102,9 @@
+ if test "x${LAME_LDFLAGS}" = "x" -a "x${VORBIS_LDFLAGS}" = "x" ; then
+     AC_MSG_ERROR( [neither lame nor Ogg Vorbis configured])
+ fi
++AC_SUBST(VORBIS_INCFLAGS)
++AC_SUBST(VORBIS_LDFLAGS)
+-AC_OUTPUT(Makefile src/Makefile man/Makefile)
++AC_OUTPUT([Makefile src/Makefile man/Makefile])
This page took 0.066992 seconds and 4 git commands to generate.