Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1142:c7376efecdb5 | 1143:71a2648acc75 |
---|---|
7 # The SDL cdrom driver sources | 7 # The SDL cdrom driver sources |
8 SRCS = \ | 8 SRCS = \ |
9 SDL_syscdrom_c.h \ | 9 SDL_syscdrom_c.h \ |
10 SDL_syscdrom.c \ | 10 SDL_syscdrom.c \ |
11 AudioFilePlayer.h \ | 11 AudioFilePlayer.h \ |
12 AudioFilePlayer.cpp \ | 12 AudioFilePlayer.c \ |
13 AudioFileReaderThread.cpp \ | 13 AudioFileReaderThread.c \ |
14 CAGuard.h \ | 14 SDLOSXCAGuard.c \ |
15 CAGuard.cpp \ | |
16 CDPlayer.h \ | 15 CDPlayer.h \ |
17 CDPlayer.cpp | 16 CDPlayer.c |