Changeset 1750:e1745c2a2f8c in roaraudio for roard/streams.c


Ignore:
Timestamp:
05/18/09 21:45:19 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only use usleep() if we have it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r1613 r1750  
    10001000  // make any gapes in any output because of this 
    10011001 
     1002#ifdef ROAR_HAVE_USLEEP 
    10021003  usleep(100); // 0.1ms 
     1004#endif 
    10031005 
    10041006  if ( stream_vio_s_write(ss, obuf, olen) == olen ) { 
Note: See TracChangeset for help on using the changeset viewer.