Changeset 2505:890cd5d87269 in roaraudio


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

make cf wave optional

Location:
roard
Files:
3 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 
  • roard/codecfilter_wave.c

    r1013 r2505  
    2424 
    2525#include "roard.h" 
     26 
     27#ifndef ROAR_WITHOUT_CF_WAVE 
    2628 
    2729int cf_wave_open(CODECFILTER_USERDATA_T * inst, int codec, 
     
    149151} 
    150152 
     153#endif 
     154 
    151155//ll 
  • roard/include/codecfilter_wave.h

    r668 r2505  
    2828#include <roaraudio.h> 
    2929 
     30#ifndef ROAR_WITHOUT_CF_WAVE 
     31 
    3032struct codecfilter_wave_inst { 
    3133 struct roar_stream_server * stream; 
     
    4547#endif 
    4648 
     49#endif 
     50 
    4751//ll 
Note: See TracChangeset for help on using the changeset viewer.