summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2002-07-04 19:01:29 +0000
committerZeeshan Ali <zeenix@gmail.com>2002-07-04 19:01:29 +0000
commit2632ff808ae42b9905b63828555f540f6e620af3 (patch)
treebd5644d71bc1acef3889c0522a05deabf289ed1d /configure.ac
parent28672d474e4aef668021b0094d792842bca2b4df (diff)
moving to ortp...
Original commit message from CVS: moving to ortp...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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)
])