diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2002-07-04 19:01:29 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2002-07-04 19:01:29 +0000 |
commit | cd82b70d52944a9334145d24ada6621182c7fa63 (patch) | |
tree | 47e6ac7d192591f7e4e54f5bbdee79b4d3121b7d | |
parent | 30e825ae1acc96bc28583f1e85a6927089dbcb52 (diff) | |
download | gst-plugins-bad-cd82b70d52944a9334145d24ada6621182c7fa63.tar.gz gst-plugins-bad-cd82b70d52944a9334145d24ada6621182c7fa63.tar.bz2 gst-plugins-bad-cd82b70d52944a9334145d24ada6621182c7fa63.zip |
moving to ortp...
Original commit message from CVS:
moving to ortp...
-rw-r--r-- | configure.ac | 4 |
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) ]) |