Changeset 1065:a830b78ddb75 in roaraudio for roard/codecfilter_mulaw.c


Ignore:
Timestamp:
12/25/08 17:07:11 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to disbale support for A-Law and mu-Law (all or just readwrite)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_mulaw.c

    r925 r1065  
    2424 
    2525#include "roard.h" 
     26 
     27#ifdef ROAR_SUPPORT_MULAW 
    2628 
    2729int cf_mulaw_open(CODECFILTER_USERDATA_T * inst, int codec, 
     
    5557} 
    5658 
     59#ifdef ROAR_SUPPORT_MULAW_RW 
    5760int cf_mulaw_write(CODECFILTER_USERDATA_T   inst, char * buf, int len) { 
    5861 struct roar_stream_server * s = ROAR_STREAM_SERVER(inst); 
     
    8083 } 
    8184} 
     85#endif 
     86 
     87#endif 
    8288 
    8389//ll 
Note: See TracChangeset for help on using the changeset viewer.