From cd82b70d52944a9334145d24ada6621182c7fa63 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Thu, 4 Jul 2002 19:01:29 +0000 Subject: moving to ortp... Original commit message from CVS: moving to ortp... --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f79a927e..dcccf4cc 100644 --- a/configure.ac +++ b/configure.ac @@ -606,8 +606,8 @@ dnl *** rtp *** dnl FIXME : adapt and make it work translit(dnm, m, l) AM_CONDITIONAL(USE_RTP, true) 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) - RTP_LIBS="-lrtp" + AC_CHECK_LIB(ortp, ortp_init, HAVE_RTP=yes, HAVE_RTP=no, $GST_CFLAGS $GST_LIBS) + RTP_LIBS="-lortp" AC_SUBST(RTP_LIBS) ]) -- cgit v1.2.1