mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
Merge branch 'master' of git.linphone.org:linphone
This commit is contained in:
commit
455bb0eee6
4 changed files with 9 additions and 8 deletions
12
configure.ac
12
configure.ac
|
|
@ -246,13 +246,13 @@ fi
|
|||
AC_SUBST(IPV6_CFLAGS)
|
||||
|
||||
dnl enable timestamp support
|
||||
AC_ARG_ENABLE(rtp-timestamp,
|
||||
[ --enable-rtp-timestamp Turn on RTP packet timestamp],
|
||||
AC_ARG_ENABLE(ntp-timestamp,
|
||||
[ --enable-ntp-timestamp Turn on NTP timestamping on received packet],
|
||||
[case "${enableval}" in
|
||||
yes) rtptimestamp=true;;
|
||||
no) rtptimestamp=false;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-rtp-timestamp) ;;
|
||||
esac],[rtptimestamp=false])
|
||||
yes) ntptimestamp=true;;
|
||||
no) ntptimestamp=false;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-ntp-timestamp) ;;
|
||||
esac],[ntptimestamp=false])
|
||||
|
||||
AC_ARG_ENABLE(debug,
|
||||
[ --enable-debug=[yes/no] enables the display of traces showing the execution of the library. [default=yes]],
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit eae923bd8fd87476f0dddcde6d54824147d031fb
|
||||
Subproject commit 20b28098fa2b95fd2489fdbd73202e2b4807d4ab
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit ff0da4b42661d9996753372cb35dc0f25f5ff6ec
|
||||
Subproject commit 2a36f8669ea5a9499017711c53a311bea69e0ee3
|
||||
|
|
@ -12,6 +12,7 @@ mediastreamer2/src/extdisplay.c
|
|||
mediastreamer2/src/gsm.c
|
||||
mediastreamer2/src/ice.c
|
||||
mediastreamer2/src/itc.c
|
||||
mediastreamer2/src/genericplc.c
|
||||
mediastreamer2/src/macsnd.c
|
||||
mediastreamer2/src/msandroid.cpp
|
||||
mediastreamer2/src/msandroidvideo.cpp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue