xiRetimer

fit recorded audio to a tempo
git clone https://git.ce9e.org/xiRetimer.git

commit
1f3143892515951f30ba891bc4acd406d2399a03
parent
460d31f04122cbc2c2a856132822431684fd3e6e
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2010-11-18 03:10
update makfile

Diffstat

M configure.ac 6 ++++--
M makefile.in 7 ++++++-
D xiRetimer 0

3 files changed, 10 insertions, 3 deletions


diff --git a/configure.ac b/configure.ac

@@ -1,4 +1,3 @@
    1    -1 AC_PREREQ([2.67])
    2     1 AC_INIT([retimer], [0.2], [])
    3     2 AC_CONFIG_SRCDIR([src/playback.h])
    4     3 
@@ -24,6 +23,8 @@ AC_CHECK_FILES(
   24    23 if test "x$icons" = "x" ; then 
   25    24   _CFLAGS="$_CFLAGS -DICONS_GNOME"
   26    25   echo "  Compiling with Gnome icons"
   -1    26 else
   -1    27   echo "  Compiling without Gnome icons!"
   27    28 fi
   28    29 
   29    30 # Checks for libraries.
@@ -33,7 +34,8 @@ PKG_CHECK_MODULES([sndfile],[sndfile])
   33    34 PKG_CHECK_MODULES([RubberBand],[rubberband >= 1.4],
   34    35 	[_CFLAGS="$_CFLAGS -DMODE_RUBBERBAND"
   35    36          _PKGC="$_PKGC rubberband"
   36    -1 	 echo "  Compiling with RubberBand support"])
   -1    37 	 echo "  Compiling with RubberBand support"],
   -1    38 	[ echo "  Compiling without RubberBand support!"])
   37    39 
   38    40 
   39    41 # Checks for header files.

diff --git a/makefile.in b/makefile.in

@@ -10,10 +10,15 @@ xiRetimer: .gui .back
   10    10 	$(CC) $(CFLAGS) -c src/gui/*.cpp src/gui/*.h
   11    11 	touch .gui
   12    12 
   13    -1 .back: src/*.cpp src/*.h
   -1    13 .back: src/*.cpp src/*.h .dep
   14    14 	$(CC) $(CFLAGS) -c src/*.cpp src/*.h
   15    15 	touch .back
   16    16 
   -1    17 .dep:
   -1    18 	$(CC) $(CFLAGS) -c dep/*.h dep/*.so
   -1    19 	touch .dep
   -1    20 	
   -1    21 
   17    22 .PHONY: clean
   18    23 clean:
   19    24 	rm -f *.o src/*.gch src/gui/*.gch .gui .back

diff --git a/xiRetimer b/xiRetimer

Binary files differ.