• 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
..
audio Loading commit data...
cdrom Loading commit data...
cpuinfo Loading commit data...
endian Loading commit data...
events Loading commit data...
file Loading commit data...
hermes Loading commit data...
joystick Loading commit data...
main Loading commit data...
thread Loading commit data...
timer Loading commit data...
video Loading commit data...
.cvsignore Loading commit data...
Makefile.am Loading commit data...
SDL.c Loading commit data...
SDL_error.c Loading commit data...
SDL_error_c.h Loading commit data...
SDL_fatal.c Loading commit data...
SDL_fatal.h Loading commit data...
SDL_getenv.c Loading commit data...
SDL_loadso.c Loading commit data...