mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
moving to ortp...
Original commit message from CVS: moving to ortp...
This commit is contained in:
parent
30e825ae1a
commit
cd82b70d52
1 changed files with 2 additions and 2 deletions
|
@ -606,8 +606,8 @@ dnl *** rtp ***
|
||||||
dnl FIXME : adapt and make it work
|
dnl FIXME : adapt and make it work
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_RTP, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_RTP, true)
|
||||||
GST_CHECK_FEATURE(RTP, [RTP library], rtpenc rtpdec,[
|
GST_CHECK_FEATURE(RTP, [RTP library], rtpenc rtpdec,[
|
||||||
AC_CHECK_LIB(rtp, rtp_packet_new_take_data, HAVE_RTP=yes, HAVE_RTP=no, $GST_CFLAGS $GST_LIBS)
|
AC_CHECK_LIB(ortp, ortp_init, HAVE_RTP=yes, HAVE_RTP=no, $GST_CFLAGS $GST_LIBS)
|
||||||
RTP_LIBS="-lrtp"
|
RTP_LIBS="-lortp"
|
||||||
AC_SUBST(RTP_LIBS)
|
AC_SUBST(RTP_LIBS)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue