From e69813f6451cae75a14b7c6f5e50a0df2d604b74 Mon Sep 17 00:00:00 2001
From: oparviai
Date: Sun, 10 Feb 2008 16:26:55 +0000
Subject: [PATCH] Activated SVN keyword expansion
---
Makefile.am | 2 +-
README.html | 2 +-
bootstrap | 2 +-
config/am_include.mk | 2 +-
configure.ac | 2 +-
include/BPMDetect.h | 4 ++--
include/FIFOSampleBuffer.h | 4 ++--
include/FIFOSamplePipe.h | 4 ++--
include/Makefile.am | 2 +-
include/STTypes.h | 4 ++--
include/SoundTouch.h | 4 ++--
make-win.bat | 2 +-
soundtouch.m4 | 2 +-
source/Makefile.am | 2 +-
source/SoundTouch/3dnow_win.cpp | 4 ++--
source/SoundTouch/AAFilter.cpp | 4 ++--
source/SoundTouch/AAFilter.h | 4 ++--
source/SoundTouch/FIFOSampleBuffer.cpp | 4 ++--
source/SoundTouch/FIRFilter.cpp | 4 ++--
source/SoundTouch/FIRFilter.h | 4 ++--
source/SoundTouch/Makefile.am | 2 +-
source/SoundTouch/RateTransposer.cpp | 4 ++--
source/SoundTouch/RateTransposer.h | 4 ++--
source/SoundTouch/SoundTouch.cpp | 4 ++--
source/SoundTouch/SoundTouch.dsw | 2 +-
source/SoundTouch/TDStretch.cpp | 4 ++--
source/SoundTouch/TDStretch.h | 4 ++--
source/SoundTouch/cpu_detect.h | 4 ++--
source/SoundTouch/cpu_detect_x86_gcc.cpp | 4 ++--
source/SoundTouch/cpu_detect_x86_win.cpp | 4 ++--
source/SoundTouch/mmx_optimized.cpp | 4 ++--
source/SoundTouch/sse_optimized.cpp | 4 ++--
source/example/Makefile.am | 2 +-
source/example/SoundStretch/Makefile.am | 2 +-
source/example/SoundStretch/RunParameters.cpp | 4 ++--
source/example/SoundStretch/RunParameters.h | 4 ++--
source/example/SoundStretch/WavFile.cpp | 4 ++--
source/example/SoundStretch/WavFile.h | 4 ++--
source/example/SoundStretch/main.cpp | 4 ++--
source/example/SoundStretch/soundstretch.dsw | 2 +-
source/example/bpm/BPMDetect.cpp | 4 ++--
source/example/bpm/Makefile.am | 2 +-
source/example/bpm/PeakFinder.cpp | 4 ++--
source/example/bpm/PeakFinder.h | 4 ++--
source/example/bpm/bpm.dsw | 2 +-
45 files changed, 74 insertions(+), 74 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 300e390..bd9125d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in
##
-## $Id: Makefile.am 4 2008-02-10 16:07:12Z oparviai $
+## $Id$
##
## Copyright (C) 2003 - David W. Durham
##
diff --git a/README.html b/README.html
index 2fcfc8e..230c0c8 100644
--- a/README.html
+++ b/README.html
@@ -669,7 +669,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place,
Suite 330, Boston, MA 02111-1307 USA