Changeset 2297:402e9311a77e in roaraudio


Ignore:
Timestamp:
08/05/09 04:34:13 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added entry for speex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/transcode.c

    r2214 r2297  
    4040                     roar_xcoder_celt_encode,  roar_xcoder_celt_decode}, 
    4141#endif 
     42#ifdef ROAR_HAVE_LIBSPEEX 
     43 {ROAR_CODEC_ROAR_SPEEX, roar_xcoder_speex_init, roar_xcoder_speex_uninit, roar_xcoder_speex_packet_size, 
     44                     roar_xcoder_speex_encode, roar_xcoder_speex_decode}, 
     45#endif 
    4246 {-1, NULL, NULL, NULL, NULL, NULL} 
    4347}; 
Note: See TracChangeset for help on using the changeset viewer.