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.
This commit is contained in:
David Schleef 2007-04-18 19:45:32 +00:00
parent 72c81a1098
commit 45cc599ee4
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2007-04-18 David Schleef <ds@schleef.org>
* configure.ac:
* gst/Makefile.am:
Fix wtay's hack. rtpmanager is disabled in configure.ac on
line 268.
2007-04-18 Wim Taymans <wim@fluendo.com> 2007-04-18 Wim Taymans <wim@fluendo.com>
* gst/Makefile.am: * gst/Makefile.am:

View file

@ -45,7 +45,7 @@ AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.11.1 GST_REQ=0.10.11.1
GSTPB_REQ=0.10.11.1 GSTPB_REQ=0.10.12.1
dnl *** autotools stuff **** dnl *** autotools stuff ****
@ -95,6 +95,7 @@ GST_PLUGINS_ALL="\
nuvdemux \ nuvdemux \
real \ real \
replaygain \ replaygain \
rtpmanager \
spectrum \ spectrum \
speed \ speed \
qtdemux \ 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//` GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/librfb//`
fi fi
# Disable rtpmanager
GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/rtpmanager//`
AC_SUBST(GST_PLUGINS_SELECTED) AC_SUBST(GST_PLUGINS_SELECTED)