mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix tester compilation issue because ms_audio_diff symbol was stripped out of liblinphone, because unused internally.
This commit is contained in:
parent
5ed38c36e5
commit
53135182b9
1 changed files with 3 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
extern "C" {
|
||||
#include "mediastreamer2/mediastream.h"
|
||||
#include "mediastreamer2/mscommon.h"
|
||||
#include "mediastreamer2/dsptools.h"
|
||||
}
|
||||
#include "mediastreamer2/msjava.h"
|
||||
#include "private.h"
|
||||
|
|
@ -58,7 +59,8 @@ extern "C" void libmswebrtc_init();
|
|||
#include <belle-sip/wakelock.h>
|
||||
#endif /*ANDROID*/
|
||||
|
||||
|
||||
/*force linking of ms_audio_diff symbol because the tester requires it.*/
|
||||
static void *audiodiff=(void*)&ms_audio_diff;
|
||||
|
||||
#define RETURN_USER_DATA_OBJECT(javaclass, funcprefix, cobj) \
|
||||
{ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue