[xiph-cvs] cvs commit: vorbis-tools configure.in vorbis-tools.spec
Jack Moffitt
jack at xiph.org
Mon Oct 30 23:15:14 PST 2000
jack 00/10/30 23:15:14
Modified: . configure.in vorbis-tools.spec
Log:
updated for libao version correction
Revision Changes Path
1.6 +1 -1 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- configure.in 2000/10/30 05:34:39 1.5
+++ configure.in 2000/10/31 07:15:13 1.6
@@ -60,7 +60,7 @@
fi
AC_CHECK_LIB(vorbis, vorbis_info_init, LIBS="$LIBS -lvorbis", AC_MSG_ERROR([You must have libvorbis to compile vorbis-tools!!!]))
-AM_PATH_AO(1.0.0,,AC_MSG_ERROR(libao needed!))
+AM_PATH_AO(0.5.0,,AC_MSG_ERROR(libao needed!))
dnl --------------------------------------------------
dnl Check for library functions
1.4 +1 -1 vorbis-tools/vorbis-tools.spec
Index: vorbis-tools.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbis-tools.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vorbis-tools.spec 2000/10/30 06:04:13 1.3
+++ vorbis-tools.spec 2000/10/31 07:15:13 1.4
@@ -14,7 +14,7 @@
BuildRoot: %{_tmppath}/%{name}-root
Requires: libogg >= 1.0.0
Requires: libvorbis >= 1.0.0
-Requires: libao >= 1.0.0
+Requires: libao >= 0.5.0
%description
vorbis-tools contains oggenc (and encoder), ogg123 (a playback tool), and
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list