Changeset 2507:946700cef0b8 in roaraudio for roard/include/driver.h


Ignore:
Timestamp:
08/24/09 18:04:48 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make cdriver support in roard optional, disable it on --minimal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/driver.h

    r2367 r2507  
    125125 
    126126// opening a cdriver 
     127#ifndef ROAR_WITHOUT_DCOMP_CDRIVER 
    127128int driver_cdriver_open(struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh, struct roar_stream_server * sstream); 
     129#endif 
    128130 
    129131#endif 
Note: See TracChangeset for help on using the changeset viewer.