[oe-commits] Martin Jansa : linphone: merge missing patch from shr/import

git version control git at git.openembedded.org
Fri Dec 4 16:45:20 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 1d3881e24bb3033e72edcf9317b5f4c1b6d07d1a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1d3881e24bb3033e72edcf9317b5f4c1b6d07d1a

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Dec  4 16:29:55 2009 +0100

linphone: merge missing patch from shr/import

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/linphone/files/b64_assert.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/recipes/linphone/files/b64_assert.patch b/recipes/linphone/files/b64_assert.patch
new file mode 100644
index 0000000..1418e96
--- /dev/null
+++ b/recipes/linphone/files/b64_assert.patch
@@ -0,0 +1,11 @@
+--- linphone-3.1.0/oRTP/src/b64.c.orig	2009-04-13 23:04:35.000000000 -0600
++++ linphone-3.1.0/oRTP/src/b64.c	2009-04-13 23:05:00.000000000 -0600
+@@ -205,7 +205,7 @@
+             /* characters[3] is the right-most 6 bits of src[2] */
+             characters[3] = (char)(src[2] & 0x3f);
+ 
+-#ifndef __WATCOMC__
++#ifdef XXXX
+             assert(characters[0] >= 0 && characters[0] < 64);
+             assert(characters[1] >= 0 && characters[1] < 64);
+             assert(characters[2] >= 0 && characters[2] < 64);





More information about the Openembedded-commits mailing list