summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/linphone/files/linphone-3.1.0-novideo-preferences.patch')
-rw-r--r--net-voip/linphone/files/linphone-3.1.0-novideo-preferences.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-voip/linphone/files/linphone-3.1.0-novideo-preferences.patch b/net-voip/linphone/files/linphone-3.1.0-novideo-preferences.patch
deleted file mode 100644
index 671241c1d694..000000000000
--- a/net-voip/linphone/files/linphone-3.1.0-novideo-preferences.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-fix crash when compiled with --disable-video
-
---- coreapi/linphonecore.c.old 2009-04-24 19:20:24.000000000 -0400
-+++ coreapi/linphonecore.c 2009-04-24 19:21:10.000000000 -0400
-@@ -2108,7 +2108,7 @@
- if (olddev!=NULL && olddev!=lc->video_conf.device){
- toggle_video_preview(lc,FALSE);/*restart the video local preview*/
- }
-- if (lc->ready){
-+ if (lc->ready && lc->video_conf.device){
- vd=ms_web_cam_get_string_id(lc->video_conf.device);
- if (vd && strstr(vd,"Static picture")!=NULL){
- vd=NULL;