Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Ton of work on CoreAudio driver for new 1.3 features...most of the
Browse files Browse the repository at this point in the history
 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.
  • Loading branch information
icculus committed Oct 3, 2006
1 parent 3bfd5cd commit 38edc84
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 87 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2323,7 +2323,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon"
# If either the audio or CD driver is used, add the AudioUnit framework
if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio -framework,AudioToolbox -Wl,-framework,AudioUnit"
fi
;;
*-*-mint*)
Expand Down

0 comments on commit 38edc84

Please sign in to comment.