Changeset 5245:56701720fa1d in roaraudio for roard


Ignore:
Timestamp:
11/13/11 12:42:43 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/driver.h

    r5244 r5245  
    3030 
    3131#define DRIVER_USERDATA_T void * 
    32  
    33 #if 0 
    34 #ifndef ROAR_DRIVER_DEFAULT 
    35  
    36 #if defined(ROAR_HAVE_OSS_BSD) || defined(ROAR_HAVE_OSS) 
    37 #define ROAR_DRIVER_DEFAULT "oss" 
    38 #else 
    39  
    40 #ifdef ROAR_HAVE_LIBWINMM 
    41 #define ROAR_DRIVER_DEFAULT "wmm" 
    42 #else 
    43  
    44 #ifdef ROAR_HAVE_LIBAO 
    45 #define ROAR_DRIVER_DEFAULT "ao" 
    46 #else 
    47  
    48 #ifdef ROAR_HAVE_ESD 
    49 #define ROAR_DRIVER_DEFAULT "esd" 
    50 #else 
    51  
    52 #define ROAR_DRIVER_DEFAULT "null" 
    53 #endif 
    54 #endif 
    55 #endif 
    56 #endif 
    57  
    58 #endif 
    59 #endif 
    6032 
    6133#ifdef ROAR_HAVE_ESD 
Note: See TracChangeset for help on using the changeset viewer.