Changeset 2505:890cd5d87269 in roaraudio for roard/codecfilter.c


Ignore:
Timestamp:
08/24/09 15:49:59 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make cf wave optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r2086 r2505  
    4343#else 
    4444*/ 
     45#ifndef ROAR_WITHOUT_CF_WAVE 
    4546 {ROAR_CODEC_RIFF_WAVE, "RIFF/WAVE", "RIFF/WAVE", NULL, ROAR_CODECFILTER_READ|ROAR_CODECFILTER_WRITE, 
    4647  cf_wave_open, cf_wave_close, NULL, cf_wave_write, cf_wave_read, NULL, NULL, NULL}, 
     48#endif 
    4749//#endif 
    4850 
Note: See TracChangeset for help on using the changeset viewer.