diff --git a/ChangeLog b/ChangeLog index 12c6272b82..103b4c152d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-12 Wim Taymans + + * configure.ac: + * ext/sidplay/gstsiddec.cc: + Add working plugins to build. + Make sidplay compile again. + 2005-05-12 Wim Taymans * ext/mad/gstid3tag.c: (gst_id3_tag_src_query): diff --git a/configure.ac b/configure.ac index 2cdd92edcf..2a88128523 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