=== modified file 'coreapi/linphonecore.c' --- coreapi/linphonecore.c 2010-04-09 05:12:01 +0000 +++ coreapi/linphonecore.c 2010-04-09 06:09:17 +0000 @@ -3066,9 +3066,11 @@ } } +#ifdef VIDEO_ENABLED /* Tell the static image filter to use that image from now on so that the image will be used next time it has to be read */ ms_static_image_set_default_image(path); +#endif return 0; }