• Ryan C. Gordon's avatar
    Replaced Mac OS X's C++ cdrom code with almost-direct translation to C. Sam · 7be238c6
    Ryan C. Gordon authored
     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.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401146
    7be238c6
Name
Last commit
Last update
..
.cvsignore Loading commit data...
AudioFilePlayer.c Loading commit data...
AudioFilePlayer.h Loading commit data...
AudioFileReaderThread.c Loading commit data...
CDPlayer.c Loading commit data...
CDPlayer.h Loading commit data...
Makefile.am Loading commit data...
SDLOSXCAGuard.c Loading commit data...
SDLOSXCAGuard.h Loading commit data...
SDL_syscdrom.c Loading commit data...
SDL_syscdrom_c.h Loading commit data...