diff options
author | Angel Carpintero <ack@telefonica.net> | 2003-07-25 17:06:43 +0000 |
---|---|---|
committer | Angel Carpintero <ack@telefonica.net> | 2003-07-25 17:06:43 +0000 |
commit | f63b0cf6c55a53210358426c7fca0890649b8fce (patch) | |
tree | 1001c87dfa57c2d9c5052288e5bab67db53a98d5 | |
parent | a129b9734be3d8d97e017893cacea914efc8e364 (diff) | |
download | gst-plugins-bad-f63b0cf6c55a53210358426c7fca0890649b8fce.tar.gz gst-plugins-bad-f63b0cf6c55a53210358426c7fca0890649b8fce.tar.bz2 gst-plugins-bad-f63b0cf6c55a53210358426c7fca0890649b8fce.zip |
Added tcp plugin to build
Original commit message from CVS:
Added tcp plugin to build
-rw-r--r-- | configure.ac | 3 |
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 |