linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Linphone on Android: using gnustl_static


From: Marco Bertini
Subject: [Linphone-developers] Linphone on Android: using gnustl_static
Date: Tue, 20 Mar 2012 20:40:56 +0100

I'm working on msx264 on Android, adding OpenCV to perform some operations on 
the h.264 video.
OpenCV for Android needs to be linked to gnustl_static and with RTTI and 
exceptions enabled while Linphone for Android links to stlport_static that does 
not provide exceptions.

I've seen that if I try to link to gnustl_static and enabling RTTI and 
exceptions then video calls do not start (even using the original msx264 
source): as soon as the connection to another Linphone starts the Android 
Linphone service dies and after restarting it is unable to get the camera 
(apparently it's locked by the dead service)

Is there any way to use gnustlstatic with RTTI and exceptions instead of 
stlport_static ?
If yes, how ?

Thank you,
Marco Bertini


--
Marco Bertini, Ph.D.
Università di Firenze - MICC
http://www.micc.unifi.it
http://www.dsi.unifi.it/~bertini
address@hidden
address@hidden







reply via email to

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