Changeset 4750:f664c0081d25 in roaraudio


Ignore:
Timestamp:
02/05/11 16:24:07 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make hwmixer code optional

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4749 r4750  
    487487   PASSWORD_API=false 
    488488   WITHOUT_VIO="$WITHOUT_VIO"' dstr cmd stdio' 
    489    WITHOUT_CF="$WITHOUT_CF"' wave cmd' 
    490    WITHOUT_DCOMP="$WITHOUT_DCOMP"' sources ssynth cb midi light raw rdtcs cdriver emul_esd emul_simple emul_rsound' 
     489   WITHOUT_CF="$WITHOUT_CF"' wave cmd cf' 
     490   WITHOUT_DCOMP="$WITHOUT_DCOMP"' sources ssynth cb midi light raw rdtcs cdriver emul_esd emul_simple emul_rsound emul_rplay emul_gopher mixer' 
    491491  ;; 
    492492  '--without-beta') 
  • roard/hwmixer.c

    r4708 r4750  
    2525 
    2626#include "roard.h" 
     27 
     28#ifndef #define ROAR_WITHOUT_DCOMP_MIXER 
    2729 
    2830#define FLAG_NONE     0x0000 
     
    229231} 
    230232 
     233#endif 
     234 
    231235//ll 
  • roard/hwmixer_dstr.c

    r4708 r4750  
    2525 
    2626#include "roard.h" 
     27 
     28#ifndef #define ROAR_WITHOUT_DCOMP_MIXER 
    2729 
    2830//#define TEST_HWMIXER_SUBSTREAMS 
     
    116118} 
    117119 
     120#endif 
     121 
    118122//ll 
  • roard/hwmixer_oss.c

    r4708 r4750  
    2525 
    2626#include "roard.h" 
     27 
     28#ifndef #define ROAR_WITHOUT_DCOMP_MIXER 
    2729 
    2830#if defined(ROAR_HAVE_OSS_BSD) || defined(ROAR_HAVE_OSS) 
     
    317319#endif 
    318320 
     321#endif 
     322 
    319323//ll 
Note: See TracChangeset for help on using the changeset viewer.