[Scummvm-cvs-logs] CVS: scummvm configure,1.135,1.136

Max Horn fingolfin at users.sourceforge.net
Mon Dec 26 12:55:07 CET 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4155

Modified Files:
	configure 
Log Message:
Switched the CoreAudio driver to use an AUGraph; this simplifies things a lot and should also cope with the user switching the default output device while ScummVM is running

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- configure	18 Nov 2005 21:37:58 -0000	1.135
+++ configure	26 Dec 2005 20:54:23 -0000	1.136
@@ -736,7 +736,7 @@
 			;;
 		darwin*)
 			DEFINES="$DEFINES -DUNIX -DMACOSX"
-			LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework Carbon -framework CoreMIDI"
+			LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI"
 			# TODO: Add proper check for Altivec support in the compiler...
 			DEFINES="$DEFINES -DHAS_ALTIVEC"
 			CXXFLAGS="$CXXFLAGS -faltivec"





More information about the Scummvm-git-logs mailing list