Mercurial > sdl-ios-xcode
diff src/cdrom/macosx/Makefile.am @ 1143:71a2648acc75
Replaced Mac OS X's C++ cdrom code with almost-direct translation to C. Sam
requested this effort on the mailing list, apparently because of binary
compatibility issues between 10.4 and earlier systems (or gcc4 and earlier
compilers?).
Works fine with SDL12/test/testcdrom.c, with this command line:
./testcdrom -status -list -play -sleep 5000 -pause -sleep 3000 -resume \
-sleep 5000 -stop -sleep 3000 -play -sleep 3000 -stop \
-sleep 3000 -eject
Unix Makefiles work, XCode project still need updating for new filenames.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 22 Sep 2005 08:48:16 +0000 |
parents | 59a93320f326 |
children |
line wrap: on
line diff
--- a/src/cdrom/macosx/Makefile.am Sun Sep 11 04:15:44 2005 +0000 +++ b/src/cdrom/macosx/Makefile.am Thu Sep 22 08:48:16 2005 +0000 @@ -9,9 +9,8 @@ SDL_syscdrom_c.h \ SDL_syscdrom.c \ AudioFilePlayer.h \ - AudioFilePlayer.cpp \ - AudioFileReaderThread.cpp \ - CAGuard.h \ - CAGuard.cpp \ + AudioFilePlayer.c \ + AudioFileReaderThread.c \ + SDLOSXCAGuard.c \ CDPlayer.h \ - CDPlayer.cpp + CDPlayer.c