[oe-commits] Angus Ainslie : linphone : remove backup file

GIT User account git at amethyst.openembedded.net
Mon Apr 27 22:18:25 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: ef389e75d03d193d316eae64f031cb8e370484dd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ef389e75d03d193d316eae64f031cb8e370484dd

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Mon Apr 27 16:15:09 2009 -0600

linphone : remove backup file

---

 .../linphone-3.1.0/preferences-segv.patch~         |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/recipes/linphone/linphone-3.1.0/preferences-segv.patch~ b/recipes/linphone/linphone-3.1.0/preferences-segv.patch~
deleted file mode 100644
index 58aef91..0000000
--- a/recipes/linphone/linphone-3.1.0/preferences-segv.patch~
+++ /dev/null
@@ -1,20 +0,0 @@
---- linphone-3.1.0/coreapi/linphonecore.c	2009/03/24 22:24:49	366
-+++ linphone-3.1.0/coreapi/linphonecore.c	2009/03/24 22:43:14	367
-@@ -1443,7 +1443,7 @@
- 		MSFilter *f=NULL;
- 		if (st->el_type==ELControlMic){
- 			f=st->volsend;
--			if (speed==-1) speed=0.15;
-+			if (speed==-1) speed=0.03;
- 			if (force==-1) force=10;
- 		}
- 		else if (st->el_type==ELControlSpeaker){
-@@ -2159,7 +2159,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;





More information about the Openembedded-commits mailing list