Changeset 2214:ef2186cef85d in roaraudio


Ignore:
Timestamp:
07/27/09 21:45:21 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

don't link celt in case we do not have CELT ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/transcode.c

    r2189 r2214  
    3636 {ROAR_CODEC_MULAW, roar_xcoder_dummy_inituninit, roar_xcoder_dummy_inituninit, roar_xcoder_dummy_packet_size_any, 
    3737                     roar_xcoder_mulaw_encode, roar_xcoder_mulaw_decode}, 
     38#ifdef ROAR_HAVE_LIBCELT 
    3839 {ROAR_CODEC_ROAR_CELT, roar_xcoder_celt_init, roar_xcoder_celt_uninit, roar_xcoder_celt_packet_size, 
    3940                     roar_xcoder_celt_encode,  roar_xcoder_celt_decode}, 
     41#endif 
    4042 {-1, NULL, NULL, NULL, NULL, NULL} 
    4143}; 
Note: See TracChangeset for help on using the changeset viewer.