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
b7759cc0
Commit
b7759cc0
authored
Jun 26, 2014
by
Ghislain MARY
Browse files
Put webrtc code as submodule instead of downloading it at compilation time.
parent
a9b59299
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
b7759cc0
...
...
@@ -15,4 +15,3 @@ sdk/webrtc
*.la
msisac.iss
m4/
webrtc/
.gitmodules
0 → 100644
View file @
b7759cc0
[submodule "webrtc"]
path = webrtc
url = git://git.linphone.org/webrtc.git
Makefile.am
View file @
b7759cc0
...
...
@@ -122,16 +122,6 @@ if BUILD_AEC
libmswebrtc_la_SOURCES
+=
$(AEC_BASE_SRCS)
aec.c
endif
webrtc_repo
=
git://git.linphone.org/webrtc
BUILT_SOURCES
=
$(webrtc_DIR)
GIT
=
$(
shell
which git
)
$(webrtc_DIR)
:
$(GIT)
clone
$(webrtc_repo)
extract-sources
:
$(webrtc_DIR)
libmswebrtc_la_LIBADD
=
\
$(ORTP_LIBS)
\
...
...
configure.ac
View file @
b7759cc0
...
...
@@ -35,12 +35,6 @@ ISAC_FLAVOUR=fix
AC_SUBST([ISAC_FLAVOUR])
AM_CONDITIONAL(ISAC_FLAVOUR_MAIN, test $ISAC_FLAVOUR = main)
# Checks for programs.
AC_PATH_PROG([GIT],[git])
if test -z "$GIT"; then
AC_MSG_ERROR(['git' is required to build this package])
fi
# check for libraries that have pkg-config files installed
PKG_CHECK_MODULES(MEDIASTREAMER, mediastreamer >= 2.0.0)
...
...
webrtc
@
2ab70f15
Subproject commit 2ab70f151244b141467d18f3259aa14fba2b2140
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