Changeset 4243:2ab21e14c42a in roaraudio for roard/output.c


Ignore:
Timestamp:
08/25/10 15:36:19 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

replaced *ROAR_MLOCK() with modern roar_mm_m*lock*()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/output.c

    r4230 r4243  
    5252 ROAR_DBG("output_buffer_init(*): output buffer is at %p", buf); 
    5353 
     54/* TODO: do this within the memlock part 
    5455#ifdef ROAR_HAVE_MLOCK 
    5556 ROAR_MLOCK(buf, size); 
    5657#endif 
     58*/ 
    5759 
    5860 output_buffer_reinit(); 
Note: See TracChangeset for help on using the changeset viewer.