From: Wim Taymans Date: Sat, 8 Dec 2001 00:31:37 +0000 (+0000) Subject: Removed the rtp header checks. can someone fix this? X-Git-Tag: BRANCH-BUILD1-200112101-ROOT~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c8f1ac9b90bb1c1865e5509237047d38956c501;p=platform%2Fupstream%2Fgstreamer.git Removed the rtp header checks. can someone fix this? Original commit message from CVS: Removed the rtp header checks. can someone fix this? --- diff --git a/configure.base b/configure.base index f0d135f..8e21785 100644 --- a/configure.base +++ b/configure.base @@ -633,9 +633,11 @@ AC_CHECK_HEADER(FLAC/all.h, :, HAVE_FLACLIB=no) dnl Check for librtp AC_MSG_CHECKING(rtp library) AC_CHECK_LIB(rtp, rtp_packet_new_take_data, HAVE_LIBRTP=yes, HAVE_LIBRTP=no, $GLIB_LIBS $GLIB_CFLAGS) -AC_CHECK_HEADER(rtp/rtp-packet.h, :, HAVE_LIBRTP=no) -AC_CHECK_HEADER(rtp/rtcp-packet.h, :, HAVE_LIBRTP=no) -AC_CHECK_HEADER(rtp/rtp-audio.h, :, HAVE_LIBRTP=no) + +dnl FIXME can somebody add $GLIB_CFLAGS to the CFLAGS for these next checks? +dnl AC_CHECK_HEADER(rtp/rtp-packet.h, :, HAVE_LIBRTP=no) +dnl AC_CHECK_HEADER(rtp/rtcp-packet.h, :, HAVE_LIBRTP=no) +dnl AC_CHECK_HEADER(rtp/rtp-audio.h, :, HAVE_LIBRTP=no) dnl Check for libraw1394 AC_MSG_CHECKING(raw1394 library) @@ -972,6 +974,10 @@ if test "x$HAVE_LIBGSM" = xyes; then AC_DEFINE(HAVE_LIBGSM) fi +if test "x$HAVE_LIBRTP" = xyes; then + AC_DEFINE(HAVE_LIBRTP) +fi + dnl ############################# dnl # Set automake conditionals # dnl ############################# @@ -1107,7 +1113,6 @@ dnl ######################### dnl until ffmpeg is handled by configure plugins/ffmpeg/Makefile dnl components/bonobo-gstmediaplay/Makefile dnl someone should fix this test/misc/Makefile -dnl wtay fix this: testsuite/threads/Makefile SUBSTFOR configure.ac:AC_OUTPUT( SUBSTFOR configure.ac:Makefile SUBSTFOR configure.in:AC_OUTPUT([Makefile @@ -1244,6 +1249,7 @@ testsuite/bytestream/Makefile testsuite/capsnego/Makefile testsuite/refcounting/Makefile testsuite/plugin/Makefile +testsuite/threads/Makefile tests/nego/Makefile examples/Makefile examples/autoplug/Makefile