linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] [Patch] Real-Time Text (RFC4103) for linphone


From: Jehan Monnier
Subject: Re: [Linphone-developers] [Patch] Real-Time Text (RFC4103) for linphone
Date: Wed, 6 Jul 2011 11:27:08 +0200

Hi Martin,

Thanks for your patch. 

Your *.patch file do not apply as is to linphone.
I've got the following error with git apply :

mac-book-de-jehan-monnier:oRTP jehanmonnier$ git apply   ~/Desktop/patch_linphone_with_rfc4103/ortp.patch 
error: ortp/payloadtype.h: No such file or directory
error: avprofile.c: No such file or directory

Looking into ortp.patch it seam the a/b prefix are missing:
diff --git include/ortp/payloadtype.h include/ortp/payloadtype.h
index 97c427d..34d970b 100644
--- include/ortp/payloadtype.h
+++ include/ortp/payloadtype.h
@@ -47,7 +47,8 @@ extern "C"{

I'm expecting something like:
diff --git a/include/ortp/payloadtype.h b/include/ortp/payloadtype.h
index 97c427d..34d970b 100644
--- a/include/ortp/payloadtype.h
+++ b/include/ortp/payloadtype.h
@@ -47,7 +47,8 @@ extern "C"{


Cheers


Le 1 juil. 2011 à 11:56, Martin Hörlin a écrit :

Hello everyone,

We have made a patch for Linphone with the hope that Real-Time Text (RFC 4103) can be added to the Linphone opensource project. Real-Time Text is mainly used in telecommunication by people who are deaf or hard of hearing.

The patch is based on the latest linphone-android project. More info about the patch there is a README file in the tar archive and I also included an apk for anyone that wants to try it out without compiling.

I did submit a patch earlier but I think it might have been lost so I made a new updated one.

Best Regards,
Martin Hörlin
--
Med vänlig hälsning
Omnitor AB
Martin Hörlin
Taltelefon: 08-589 000 71 : Fax: 08-589 000 51
Hemsida: www.omnitor.se
Besöksadress: Hammarby Allé 93, 1 tr. SE-120 63 Stockholm Sweden
Postadress: Box 92054 SE-120 06 Stockholm Sweden
<patch_linphone_with_rfc4103.tar.gz>_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]