forked from mirrors/linphone-iphone
Fix configure rtptimestamp -> ntptimestamp
This commit is contained in:
parent
4e41b865b2
commit
59415aa6e4
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ else
|
|||
if test x$ac_cv_c_bigendian = xyes ; then
|
||||
ORTP_CFLAGS="$ORTP_CFLAGS -DORTP_BIGENDIAN"
|
||||
fi
|
||||
if test x$rtptimestamp = xtrue ; then
|
||||
if test x$ntptimestamp = xtrue ; then
|
||||
ORTP_CFLAGS="$ORTP_CFLAGS -DORTP_TIMESTAMP"
|
||||
fi
|
||||
ORTP_DIR=oRTP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue