]> sjero.net Git - linphone/commitdiff
Change rtp-timestamp option to ntp-timestamp
authorYann Diorcet <yann.diorcet@belledonne-communications.com>
Wed, 16 May 2012 13:42:04 +0000 (15:42 +0200)
committerYann Diorcet <yann.diorcet@belledonne-communications.com>
Wed, 16 May 2012 13:42:04 +0000 (15:42 +0200)
configure.ac
mediastreamer2
oRTP

index a56a93cbd3cfc964741b7f6bd196185b7cfb66c0..de51fbc1edef4491a84d67b312aca2d0125c7aec 100644 (file)
@@ -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]],
index eae923bd8fd87476f0dddcde6d54824147d031fb..20b28098fa2b95fd2489fdbd73202e2b4807d4ab 160000 (submodule)
@@ -1 +1 @@
-Subproject commit eae923bd8fd87476f0dddcde6d54824147d031fb
+Subproject commit 20b28098fa2b95fd2489fdbd73202e2b4807d4ab
diff --git a/oRTP b/oRTP
index 52db5d9ddbb28a85b1a9ede6598c9405cfe0b418..2a36f8669ea5a9499017711c53a311bea69e0ee3 160000 (submodule)
--- a/oRTP
+++ b/oRTP
@@ -1 +1 @@
-Subproject commit 52db5d9ddbb28a85b1a9ede6598c9405cfe0b418
+Subproject commit 2a36f8669ea5a9499017711c53a311bea69e0ee3