Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
d503393d
Commit
d503393d
authored
11 years ago
by
Alexandre Lision
Browse files
Options
Downloads
Patches
Plain Diff
jni: add dsp support
sflphone module
parent
89f6dce5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jni/Android.mk
+4
-1
4 additions, 1 deletion
jni/Android.mk
jni/sflphone
+1
-1
1 addition, 1 deletion
jni/sflphone
with
5 additions
and
2 deletions
jni/Android.mk
+
4
−
1
View file @
d503393d
...
...
@@ -31,7 +31,7 @@ MY_PJPROJECT=pjproject-android
MY_COMMONCPP
=
commoncpp2-android/sources
MY_CCRTP
=
libccrtp/sources
MY_OPENSSL
=
libopenssl
MY_SPEEX
=
libspeex/sources
MY_JNI_WRAP
:=
$(
LOCAL_SRC_PATH
)
/client/android/callmanager_wrap.cpp
...
...
@@ -69,6 +69,7 @@ LOCAL_SRC_FILES := \
$(
LOCAL_SRC_PATH
)
/audio/sound/tone.cpp
\
$(
LOCAL_SRC_PATH
)
/audio/sound/tonelist.cpp
\
$(
LOCAL_SRC_PATH
)
/audio/sound/dtmf.cpp
\
$(
LOCAL_SRC_PATH
)
/audio/dsp.cpp
\
$(
LOCAL_SRC_PATH
)
/audio/sound/dtmfgenerator.cpp
\
$(
LOCAL_SRC_PATH
)
/audio/codecs/audiocodecfactory.cpp
\
$(
LOCAL_SRC_PATH
)
/audio/audiortp/audio_rtp_session.cpp
\
...
...
@@ -120,6 +121,7 @@ LOCAL_C_INCLUDES += $(LOCAL_SRC_PATH)/.. \
$(
LOCAL_SRC_PATH
)
/hooks
\
$(
LOCAL_SRC_PATH
)
/im
\
$(
LOCAL_SRC_PATH
)
/sip
\
$(
APP_PROJECT_PATH
)
/jni/
$(
MY_SPEEX
)
\
$(
APP_PROJECT_PATH
)
/jni/
$(
MY_SPEEX
)
/include
\
$(
APP_PROJECT_PATH
)
/jni/
$(
MY_COMMONCPP
)
/inc
\
$(
APP_PROJECT_PATH
)
/jni/
$(
MY_COMMONCPP
)
\
...
...
@@ -197,6 +199,7 @@ LOCAL_STATIC_LIBRARIES += libpjsua-$(TARGET_NAME) \
libpcre
\
libccgnu2
\
libsamplerate
\
libspeex
\
libcrypto_static
\
libsndfile
\
libccrtp1
\
...
...
This diff is collapsed.
Click to expand it.
sflphone
@
c99a98c3
Subproject commit
b6347895d591c1940df5afe2e4fc46641df0e8d8
Subproject commit
c99a98c38a131145911e1caf278a6c01a4ea5453
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment