Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-cmake-builder
Commits
29e9d72f
Commit
29e9d72f
authored
11 years ago
by
Ghislain MARY
Browse files
Options
Download
Patches
Plain Diff
Update belle-sip, ortp, ms2 and linphone.
parent
11f8be7a
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
builders/bellesip.cmake
+1
-1
builders/bellesip.cmake
builders/linphone.cmake
+1
-1
builders/linphone.cmake
builders/ms2.cmake
+1
-1
builders/ms2.cmake
builders/ortp.cmake
+1
-1
builders/ortp.cmake
with
4 additions
and
4 deletions
builders/bellesip.cmake
+
1
−
1
View file @
29e9d72f
...
...
@@ -21,7 +21,7 @@
############################################################################
set
(
EP_bellesip_GIT_REPOSITORY
"git://git.linphone.org/belle-sip.git"
)
set
(
EP_bellesip_GIT_TAG
"
cb977e6aaa0a319c437d08e3d67492d1453adbfb
"
)
# Branch 'master'
set
(
EP_bellesip_GIT_TAG
"
14402085b7e0cf0afda1b9a2602d95e85945112f
"
)
# Branch 'master'
set
(
EP_bellesip_CMAKE_OPTIONS
)
set
(
EP_bellesip_DEPENDENCIES EP_antlr3c EP_polarssl
)
...
...
This diff is collapsed.
Click to expand it.
builders/linphone.cmake
+
1
−
1
View file @
29e9d72f
...
...
@@ -21,7 +21,7 @@
############################################################################
set
(
EP_linphone_GIT_REPOSITORY
"git://git.linphone.org/linphone.git"
)
set
(
EP_linphone_GIT_TAG
"
3a8d2ee20d219432b40cc583dd0d0a3e28e4e7f7
"
)
# Branch 'master'
set
(
EP_linphone_GIT_TAG
"
60f6726c61d463c43e6038b629628f509add2e3c
"
)
# Branch 'master'
set
(
EP_linphone_AUTOTOOLS
"yes"
)
set
(
EP_linphone_CONFIGURE_OPTIONS
"--disable-strict --enable-bellesip --enable-external-ortp --enable-external-mediastreamer"
)
set
(
EP_linphone_DEPENDENCIES EP_bellesip EP_ortp EP_ms2 EP_xml2
)
...
...
This diff is collapsed.
Click to expand it.
builders/ms2.cmake
+
1
−
1
View file @
29e9d72f
...
...
@@ -21,7 +21,7 @@
############################################################################
set
(
EP_ms2_GIT_REPOSITORY
"git://git.linphone.org/mediastreamer2.git"
)
set
(
EP_ms2_GIT_TAG
"
e4a29491d56fe17094c6ffe1fe843f169c4b4c4b
"
)
# Branch 'master'
set
(
EP_ms2_GIT_TAG
"
77b6e16c9ef07fdbb741d220c89e749ff746d654
"
)
# Branch 'master'
set
(
EP_ms2_AUTOTOOLS
"yes"
)
set
(
EP_ms2_CONFIGURE_OPTIONS
"--disable-strict --enable-external-ortp"
)
set
(
EP_ms2_DEPENDENCIES EP_ortp
)
...
...
This diff is collapsed.
Click to expand it.
builders/ortp.cmake
+
1
−
1
View file @
29e9d72f
...
...
@@ -21,7 +21,7 @@
############################################################################
set
(
EP_ortp_GIT_REPOSITORY
"git://git.linphone.org/ortp.git"
)
set
(
EP_ortp_GIT_TAG
"
e1ea9d5121cdabbcc16ffdb884bf705caacd81a1
"
)
# Branch 'master'
set
(
EP_ortp_GIT_TAG
"
999dd056e1fac459ee75f559f179af64ae64f1e9
"
)
# Branch 'master'
set
(
EP_ortp_AUTOTOOLS
"yes"
)
set
(
EP_ortp_CONFIGURE_OPTIONS
"--disable-strict"
)
set
(
EP_ortp_DEPENDENCIES
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets