Mercurial > sdl-ios-xcode
comparison configure.in @ 613:9c6717a1c66f
Added MacOS X CD-ROM audio support (thanks Max and Darrell)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 15 Apr 2003 16:33:56 +0000 |
parents | d0fecf67cd93 |
children | 3b31ef60ccbd |
comparison
equal
deleted
inserted
replaced
612:0648505b1f8b | 613:9c6717a1c66f |
---|---|
2402 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la" | 2402 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la" |
2403 SYSTEM_LIBS="$SYSTEM_LIBS -framework IOKit" | 2403 SYSTEM_LIBS="$SYSTEM_LIBS -framework IOKit" |
2404 fi | 2404 fi |
2405 # Set up files for the cdrom library | 2405 # Set up files for the cdrom library |
2406 if test x$enable_cdrom = xyes; then | 2406 if test x$enable_cdrom = xyes; then |
2407 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy" | 2407 CDROM_SUBDIRS="$CDROM_SUBDIRS macosx" |
2408 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la" | 2408 CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la" |
2409 SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++" | |
2409 fi | 2410 fi |
2410 # Set up files for the thread library | 2411 # Set up files for the thread library |
2411 if test x$enable_threads = xyes; then | 2412 if test x$enable_threads = xyes; then |
2412 CopyUnixThreadSource | 2413 CopyUnixThreadSource |
2413 fi | 2414 fi |
2670 src/cdrom/dummy/Makefile | 2671 src/cdrom/dummy/Makefile |
2671 src/cdrom/bsdi/Makefile | 2672 src/cdrom/bsdi/Makefile |
2672 src/cdrom/freebsd/Makefile | 2673 src/cdrom/freebsd/Makefile |
2673 src/cdrom/linux/Makefile | 2674 src/cdrom/linux/Makefile |
2674 src/cdrom/macos/Makefile | 2675 src/cdrom/macos/Makefile |
2676 src/cdrom/macosx/Makefile | |
2675 src/cdrom/openbsd/Makefile | 2677 src/cdrom/openbsd/Makefile |
2676 src/cdrom/qnx/Makefile | 2678 src/cdrom/qnx/Makefile |
2677 src/cdrom/win32/Makefile | 2679 src/cdrom/win32/Makefile |
2678 src/thread/Makefile | 2680 src/thread/Makefile |
2679 src/timer/Makefile | 2681 src/timer/Makefile |