Add new functions to the tunnel API

This commit is contained in:
François Grisez 2014-09-18 18:29:34 +02:00
parent 98594bc6c8
commit 735e901bf6
3 changed files with 5 additions and 5 deletions

View file

@ -49,12 +49,12 @@ BUILD_AMRNB=full # 0, light or full
BUILD_AMRWB=1
BUILD_ZRTP=1
BUILD_SILK=1
BUILD_TUNNEL=0
BUILD_TUNNEL=1
BUILD_WEBRTC_AECM=1
BUILD_OPUS=1
BUILD_MATROSKA=0
BUILD_WEBRTC_ISAC=1
BUILD_FOR_X86=1
BUILD_FOR_X86=0
USE_JAVAH=1
BUILD_TLS=1
BUILD_SQLITE=1

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="submodules/linphone/java/j2se"/>
<classpathentry excluding="org/linphone/mediastream/MediastreamerActivity.java" kind="src" path="submodules/linphone/mediastreamer2/java/src"/>
<classpathentry kind="src" path="submodules/linphone/java/impl"/>
<classpathentry kind="src" path="submodules/linphone/java/common"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

@ -1 +1 @@
Subproject commit df58cddb5d09bba69802ee33aee5385607fd1a68
Subproject commit 68b4b63712444929f85e9b4670b6f5a7d7a707ea