summaryrefslogtreecommitdiffstats
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
commitf79a89bda29101d79de54913390135c12b6ab485 (patch)
tree6a32e4fb3a38859df255fd28132e0e7fd3c93651
parent12fb4775eb8dc97206456c7f480e796d7462f3a1 (diff)
downloadgst-plugins-bad-f79a89bda29101d79de54913390135c12b6ab485.tar.gz
gst-plugins-bad-f79a89bda29101d79de54913390135c12b6ab485.tar.bz2
gst-plugins-bad-f79a89bda29101d79de54913390135c12b6ab485.zip
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.
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac10
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12c6272b..103b4c15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-05-12 Wim Taymans <wim@fluendo.com>
+ * configure.ac:
+ * ext/sidplay/gstsiddec.cc:
+ Add working plugins to build.
+ Make sidplay compile again.
+
+2005-05-12 Wim Taymans <wim@fluendo.com>
+
* ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
* ext/mad/gstmad.c: (gst_mad_chain):
Fix mad and id3tag compilation again.
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