diff src/media.c @ 12609:b81a7d1422d8

[gaim-migrate @ 14945] iLBC is not GPL compatible and is 100% optional... so it's gone. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 22 Dec 2005 01:34:41 +0000
parents 31b91bfab029
children
line wrap: on
line diff
--- 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();
 }