comparison configure.in @ 3785:da2ea0694d11 SDL-ryan-multiple-audio-device

Ton of work on CoreAudio driver for new 1.3 features...most of the multi-device support is wired up, and the starts of capture support, too. All is still subject to change, and what's there is still a little flakey.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 03 Oct 2006 05:58:44 +0000
parents be848c07f0b9
children c562b1a12f82
comparison
equal deleted inserted replaced
3784:37c9c4590689 3785:da2ea0694d11
2321 EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings" 2321 EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings"
2322 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" 2322 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa"
2323 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon" 2323 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon"
2324 # If either the audio or CD driver is used, add the AudioUnit framework 2324 # If either the audio or CD driver is used, add the AudioUnit framework
2325 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then 2325 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then
2326 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit" 2326 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio -framework,AudioToolbox -Wl,-framework,AudioUnit"
2327 fi 2327 fi
2328 ;; 2328 ;;
2329 *-*-mint*) 2329 *-*-mint*)
2330 ARCH=mint 2330 ARCH=mint
2331 CheckDummyVideo 2331 CheckDummyVideo