diff --git a/ChangeLog b/ChangeLog index b9a18d9b62..b79a9412a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-18 Wim Taymans + + * configure.ac: + Added cdaudio to wrong list. + 2004-10-18 Wim Taymans * configure.ac: diff --git a/configure.ac b/configure.ac index dea1331660..321c4c6e82 100644 --- a/configure.ac +++ b/configure.ac @@ -336,7 +336,6 @@ GST_PLUGINS_ALL="\ auparse \ avi \ cdxaparse \ - cdaudio \ chart \ colorspace \ cutter \ @@ -366,6 +365,7 @@ GST_PLUGINS_ALL="\ overlay \ passthrough \ playback \ + playlist \ playondemand \ qtdemux \ realmedia \ @@ -1828,6 +1828,7 @@ gst/multipart/Makefile gst/overlay/Makefile gst/passthrough/Makefile gst/playback/Makefile +gst/playlist/Makefile gst/playondemand/Makefile gst/qtdemux/Makefile gst/realmedia/Makefile