shithub: libsamplerate

Download patch

ref: d9d2d271a82d49eec946f9d80e3e843edca4e720
parent: f5a61fdb6c4c46dfb3dd31abe8506336c1c9bfeb
author: Erik de Castro Lopo <[email protected]>
date: Sun Feb 1 03:43:59 EST 2004

Fix Win32/config.h and fix spelling in ChangeLog.

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2004-01-26  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
 
     * src/common.h
-    Changed allowed SRC ration to range [1/256, 256].
+    Changed allowed SRC ratio to range [1/256, 256].
 
     * configure.ac tests/snr_bw_test.c tests/src-evaluate.c tests/Makefile.am
     Use FFTW3 instead of version 2.
--- a/Win32/config.h
+++ b/Win32/config.h
@@ -46,8 +46,6 @@
 
 /* Set to 1 if the compile is GNU GCC. */
 #define COMPILER_IS_GCC 0
-========
-#define COMPILER_IS_GCC 1
 
 /* Target processor clips on negative float to int conversion. */
 #define CPU_CLIPS_NEGATIVE 1
@@ -54,7 +52,6 @@
 
 /* Target processor clips on positive float to int conversion. */
 #define CPU_CLIPS_POSITIVE 0
->>>>>>> diff from right file
 
 /* Set to 1 to enable debugging. */
 #define ENABLE_DEBUG 0