From 4701696a92664c1b88c7368441c73893e04698a8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 11 Aug 2009 02:31:44 +0100 Subject: Move rtpmanager from -bad to -good. Hook up build infrastructure (autotools, docs, unit test). --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 22ce5770..3b34fa22 100644 --- a/configure.ac +++ b/configure.ac @@ -302,6 +302,7 @@ AG_GST_CHECK_PLUGIN(multipart) AG_GST_CHECK_PLUGIN(qtdemux) AG_GST_CHECK_PLUGIN(replaygain) AG_GST_CHECK_PLUGIN(rtp) +AG_GST_CHECK_PLUGIN(rtpmanager) AG_GST_CHECK_PLUGIN(rtsp) AG_GST_CHECK_PLUGIN(smpte) AG_GST_CHECK_PLUGIN(spectrum) @@ -1065,6 +1066,7 @@ gst/multipart/Makefile gst/qtdemux/Makefile gst/replaygain/Makefile gst/rtp/Makefile +gst/rtpmanager/Makefile gst/rtsp/Makefile gst/smpte/Makefile gst/spectrum/Makefile -- cgit