Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mswebrtc
Commits
75ddecfe
Commit
75ddecfe
authored
Oct 24, 2013
by
Guillaume BIENKOWSKI
Browse files
Added an Android.mk file to enable Android builds.
See linphone-android repo.
parent
3ce37d3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
Android.mk
Android.mk
+20
-0
Makefile.am
Makefile.am
+1
-1
No files found.
Android.mk
0 → 100644
View file @
75ddecfe
LOCAL_PATH
:=
$(
call
my-dir
)
include
$(CLEAR_VARS)
LOCAL_MODULE
:=
libmsisac
ISAC_SRC_DIR
=
$(LOCAL_PATH)
/../externals/webrtc
LOCAL_SRC_FILES
:=
isac_enc.c isac_dec.c
LOCAL_C_INCLUDES
+=
$(ISAC_SRC_DIR)
\
$(ISAC_SRC_DIR)
/modules/audio_coding/codecs/isac/fix/source
\
$(ISAC_SRC_DIR)
/modules/audio_coding/codecs/isac/fix/util
\
$(ISAC_SRC_DIR)
/modules/audio_coding/codecs/isac/fix/interface
\
$(ISAC_SRC_DIR)
/common_audio/signal_processing/include
\
$(LOCAL_PATH)
/../linphone/oRTP/include
\
$(LOCAL_PATH)
/../linphone/mediastreamer2/include
include
$(BUILD_STATIC_LIBRARY)
Makefile.am
View file @
75ddecfe
...
...
@@ -2,7 +2,7 @@ EXTRA_DIST=autogen.sh msisac.iss.in
isac_VERSION
=
1.0.0
isac_DIR
=
$(top_builddir)
/webrtc
#
ISAC_FLAVOUR =
main
# use 'main' or 'fix'
ISAC_FLAVOUR
?
=
fix
# use 'main' or 'fix'
ISAC_SRC_DIR
=
webrtc/modules/audio_coding/codecs/isac/
$(ISAC_FLAVOUR)
ISAC_COMMON_DIR
=
webrtc/common_audio/signal_processing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment