--- a/src/media.c Thu Dec 22 00:41:35 2005 +0000 +++ b/src/media.c Thu Dec 22 01:34:41 2005 +0000 @@ -29,9 +29,6 @@ #include "media.h" #include "mediastream.h" -#ifdef HAVE_ILBC -#include "msilbcdec.h" -#endif /* msrtpsend.o and msrtprecv.o aren't used within the core, so @@ -59,9 +56,6 @@ void gaim_media_init() { ms_init(); -#ifdef HAVE_ILBC - ms_ilbc_codec_init(); -#endif ms_speex_codec_init(); ortp_init(); }