Changeset 2686:b20911f482f3 in roaraudio


Ignore:
Timestamp:
09/13/09 02:09:52 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added RAUM to list of CFs

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r2681 r2686  
    4949#endif 
    5050//#endif 
     51 
     52#ifdef ROAR_HAVE_LIBRAUM 
     53 {ROAR_CODEC_RAUM, "RAUM", "RAUM Container Format", NULL, cf_raum_setup, ROAR_CODECFILTER_NONE, 
     54  ROAR_SUBSYS_WAVEFORM|ROAR_SUBSYS_MIDI|ROAR_SUBSYS_LIGHT|ROAR_SUBSYS_RAW|ROAR_SUBSYS_COMPLEX, 
     55  cont_fw_cf_open, cont_fw_cf_close, NULL, cont_fw_cf_write, cont_fw_cf_read, cont_fw_cf_flush, NULL, NULL}, 
     56#endif 
    5157 
    5258#ifdef ROAR_SUPPORT_ALAW 
  • roard/include/codecfilter.h

    r2679 r2686  
    106106#endif 
    107107 
     108#include "container_framework.h" 
     109 
    108110//cf alaw/mulaw: 
    109111#include <libroardsp/libroardsp.h> 
     
    146148// cf_mulaw_delay() would be exactly the same as cf_alaw_delay() so it is just used by mulaw, too. 
    147149 
     150CONT_FW_SETUP_TYPE(cf_raum_setup); 
     151 
    148152#endif 
    149153 
Note: See TracChangeset for help on using the changeset viewer.