From 45cc599ee47db35911a09f720992fd375d9c8deb Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 18 Apr 2007 19:45:32 +0000 Subject: [PATCH] Fix wtay's hack. rtpmanager is disabled in configure.ac on line 268. Original commit message from CVS: * configure.ac: * gst/Makefile.am: Fix wtay's hack. rtpmanager is disabled in configure.ac on line 268. --- ChangeLog | 7 +++++++ configure.ac | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5b819c1..b0b23ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-04-18 David Schleef + + * configure.ac: + * gst/Makefile.am: + Fix wtay's hack. rtpmanager is disabled in configure.ac on + line 268. + 2007-04-18 Wim Taymans * gst/Makefile.am: diff --git a/configure.ac b/configure.ac index 97f46b5..7d3ffdf 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** GST_REQ=0.10.11.1 -GSTPB_REQ=0.10.11.1 +GSTPB_REQ=0.10.12.1 dnl *** autotools stuff **** @@ -95,6 +95,7 @@ GST_PLUGINS_ALL="\ nuvdemux \ real \ replaygain \ + rtpmanager \ spectrum \ speed \ qtdemux \ @@ -264,6 +265,9 @@ if test "x$HAVE_SYS_SOCKET_H" != "xyes"; then GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/librfb//` fi +# Disable rtpmanager +GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/rtpmanager//` + AC_SUBST(GST_PLUGINS_SELECTED) -- 2.7.4