From 325fea749470f53e3d9dcd903d1c9b7c881a37fc Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Tue, 30 Aug 2011 18:47:27 +0000 Subject: [PATCH] Fix for compile bug in Windows DS and library configure in linux (GS). --- Makefile.in | 3 ++- RtAudio.cpp | 6 +++--- configure.ac | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 10b7ac3..8a6b03b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,7 +8,8 @@ OBJECTS = RtAudio.o @objects@ STATIC = librtaudio.a SHARED = @sharedlib@ -RELEASE = 4.0.7 +RELEASE = 4.0.9 +MAJOR = 4 LIBRARIES = $(STATIC) $(SHARED) CC = @CXX@ diff --git a/RtAudio.cpp b/RtAudio.cpp index 4a3966b..8a520c3 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -3664,9 +3664,9 @@ unsigned int RtApiDs :: getDeviceCount( void ) std::vector< int > indices; for ( unsigned int i=0; i