Changeset 3753:1d284fa45066 in roaraudio


Ignore:
Timestamp:
05/02/10 02:08:28 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only try to build driver in case configure found it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_rsound.c

    r3726 r3753  
    2626#define _DRV_NEED_RSOUND_H 
    2727#include "roard.h" 
     28 
     29#ifdef ROAR_HAVE_LIBRSOUND 
    2830 
    2931int     driver_rsound_open         (struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh, struct roar_stream_server * sstream) { 
     
    157159} 
    158160 
     161#endif 
     162 
    159163//ll 
Note: See TracChangeset for help on using the changeset viewer.