summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAngel Carpintero <ack@telefonica.net>2003-07-25 17:06:43 +0000
committerAngel Carpintero <ack@telefonica.net>2003-07-25 17:06:43 +0000
commitad95e918d6b248faf16a0649051a69283c74cf1b (patch)
tree6f9101c760ec96a9b22a30c9b606ed34ed52ce7b /configure.ac
parent469443563eef50363ef28cedcff242c386b04e82 (diff)
Added tcp plugin to build
Original commit message from CVS: Added tcp plugin to build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9df39de9..4b145c8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,7 +253,7 @@ GST_PLUGINS_ALL="\
mpegaudio mpegaudioparse mpegstream mpegtypes \
monoscope oneton overlay passthrough playondemand qtdemux \
realmedia rtp rtjpeg silence sine smooth smpte \
- spectrum speed stereo synaesthesia udp vbidec \
+ spectrum speed stereo synaesthesia tcp udp vbidec \
videocrop videofilter videoflip videoscale videotestsrc \
volenv volume wavenc wavparse y4m"
@@ -1213,6 +1213,7 @@ gst/spectrum/Makefile
gst/speed/Makefile
gst/stereo/Makefile
gst/synaesthesia/Makefile
+gst/tcp/Makefile
gst/udp/Makefile
gst/vbidec/Makefile
gst/videocrop/Makefile