summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-05-12 20:05:18 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-05-12 20:05:18 +0000
commit45671a20ead38815bc281e07e40cadf2721238e5 (patch)
tree1656d8d326c1168a291c0c1a590baecbfe320537 /configure.ac
parentc5239a6840ddbafd2480039707853593b1a39bda (diff)
Add working plugins to build.
Original commit message from CVS: * configure.ac: * ext/sidplay/gstsiddec.cc: Add working plugins to build. Make sidplay compile again.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 9 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2cdd92ed..2a881285 100644
--- a/configure.ac
+++ b/configure.ac
@@ -308,7 +308,11 @@ GST_PLUGINS_ALL="\
videofilter \
effectv \
law \
- smpte"
+ rtp \
+ rtsp \
+ smpte \
+ tcp \
+ udp"
dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then
@@ -487,7 +491,11 @@ gst-plugins.spec
gst/Makefile
gst/effectv/Makefile
gst/law/Makefile
+gst/rtp/Makefile
+gst/rtsp/Makefile
gst/smpte/Makefile
+gst/tcp/Makefile
+gst/udp/Makefile
gst/videofilter/Makefile
sys/Makefile
ext/Makefile