From: Angel Carpintero Date: Fri, 25 Jul 2003 17:06:43 +0000 (+0000) Subject: Added tcp plugin to build X-Git-Tag: 1.19.3~511^2~15312 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c45035af49076f472c9e88d4aa319de70dc793e3;p=platform%2Fupstream%2Fgstreamer.git Added tcp plugin to build Original commit message from CVS: Added tcp plugin to build --- diff --git a/configure.ac b/configure.ac index 9df39de912..4b145c8ad6 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