# HG changeset patch # User Mike Ruprecht # Date 1229331431 0 # Node ID 4a814967104ee461b16d41bd601ead8ce5458c99 # Parent 68f4edb42f39fa2e0dbe7771814031108e51af9d Remove commented out disable of the MPV codec. If it needs to be disabled, it should be disabled in fs-codec.conf. diff -r 68f4edb42f39 -r 4a814967104e libpurple/media.c --- a/libpurple/media.c Mon Dec 15 08:39:08 2008 +0000 +++ b/libpurple/media.c Mon Dec 15 08:57:11 2008 +0000 @@ -1148,15 +1148,6 @@ return FALSE; } - /* - * The MPV codec didn't work for me. - * MPV may not work yet as of Farsight2 0.0.3 - */ -#if 0 - codec_conf = g_list_prepend(codec_conf, fs_codec_new(FS_CODEC_ID_DISABLE, - "MPV", FS_MEDIA_TYPE_VIDEO, 90000)); -#endif - /* XXX: SPEEX has a latency of 5 or 6 seconds for me */ #if 0 /* SPEEX is added through the configuration */