shithub: libsamplerate

Download patch

ref: 079c1b43330a1402b85001f735bbf35af1f4d2bc
parent: 9575c5eafceef980db0e44bd31077b2d5326d11c
author: Erik de Castro Lopo <erikd@miles>
date: Tue Aug 2 07:41:39 EDT 2005

configure.ac : Bump version to 0.1.3pre3.

--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
     * doc/Makefile.am
     Fix a bug preventing the inclusion of the html API docs in the tarball.
 
+    * src/src_zoh.c src/src_linear.c
+    Improve calculation of input_index.
+    Fix updating of input_index (thanks to Stas Sergeev).
+
 2005-04-18  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
 
     * configure.ac src/Makefile.am
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
 AC_INIT
 AC_CONFIG_SRCDIR([src/samplerate.c])
 AC_CANONICAL_TARGET([])
-AM_INIT_AUTOMAKE(libsamplerate,0.1.3pre2)
+AM_INIT_AUTOMAKE(libsamplerate,0.1.3pre3)
 AM_CONFIG_HEADER(src/config.h)
 
 #------------------------------------------------------------------------------------