Add new functions to the tunnel API
This commit is contained in:
parent
98594bc6c8
commit
735e901bf6
3 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -49,12 +49,12 @@ BUILD_AMRNB=full # 0, light or full
|
||||||
BUILD_AMRWB=1
|
BUILD_AMRWB=1
|
||||||
BUILD_ZRTP=1
|
BUILD_ZRTP=1
|
||||||
BUILD_SILK=1
|
BUILD_SILK=1
|
||||||
BUILD_TUNNEL=0
|
BUILD_TUNNEL=1
|
||||||
BUILD_WEBRTC_AECM=1
|
BUILD_WEBRTC_AECM=1
|
||||||
BUILD_OPUS=1
|
BUILD_OPUS=1
|
||||||
BUILD_MATROSKA=0
|
BUILD_MATROSKA=0
|
||||||
BUILD_WEBRTC_ISAC=1
|
BUILD_WEBRTC_ISAC=1
|
||||||
BUILD_FOR_X86=1
|
BUILD_FOR_X86=0
|
||||||
USE_JAVAH=1
|
USE_JAVAH=1
|
||||||
BUILD_TLS=1
|
BUILD_TLS=1
|
||||||
BUILD_SQLITE=1
|
BUILD_SQLITE=1
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
|
||||||
<classpathentry kind="src" path="submodules/linphone/java/j2se"/>
|
<classpathentry kind="src" path="submodules/linphone/java/j2se"/>
|
||||||
<classpathentry excluding="org/linphone/mediastream/MediastreamerActivity.java" kind="src" path="submodules/linphone/mediastreamer2/java/src"/>
|
<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/impl"/>
|
||||||
<classpathentry kind="src" path="submodules/linphone/java/common"/>
|
<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 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.LIBRARIES"/>
|
||||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
<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"/>
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit df58cddb5d09bba69802ee33aee5385607fd1a68
|
Subproject commit 68b4b63712444929f85e9b4670b6f5a7d7a707ea
|
Loading…
Reference in a new issue