Skip to content
  • Kenneth Arnold's avatar
    Buffering for ogg123. It's not as robust as it could be, but still · a9ec8fef
    Kenneth Arnold authored
    better than nothing.
    
    gcc 2.95.2 20000220 does _not_ compile this right with -O1 or higher.
    gdb cannot properly debug multithreaded apps (it follows the parent
    process even when I tell it to follow the child explicitly), so I have
    not been able to figure out where the culprit is either.
    
    This is a Unix buffer implementation. Non-Unix platforms should replace
    buffer.c with a pass-through in submit_chunk that just calls devices_write.
    
    svn path=/trunk/vorbis-tools/; revision=1138
    a9ec8fef