diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-10-18 15:18:18 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-10-18 15:18:18 +0000 |
commit | 1ffb3ee3845743ef73aec84c032f7e5ea9d96419 (patch) | |
tree | a83eecd653abb591c40321599e8e17fb580e544b | |
parent | 4f741a9da7c6fb21b9d3a544ebd39e8127ee7cd7 (diff) | |
download | gst-plugins-bad-1ffb3ee3845743ef73aec84c032f7e5ea9d96419.tar.gz gst-plugins-bad-1ffb3ee3845743ef73aec84c032f7e5ea9d96419.tar.bz2 gst-plugins-bad-1ffb3ee3845743ef73aec84c032f7e5ea9d96419.zip |
configure.ac: Added cdaudio to wrong list.
Original commit message from CVS:
* configure.ac:
Added cdaudio to wrong list.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,11 @@ 2004-10-18 Wim Taymans <wim@fluendo.com> * configure.ac: + Added cdaudio to wrong list. + +2004-10-18 Wim Taymans <wim@fluendo.com> + + * configure.ac: Revive cdaudio. 2004-10-18 Wim Taymans <wim@fluendo.com> diff --git a/configure.ac b/configure.ac index dea13316..321c4c6e 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 |