diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-10-18 14:20:10 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-10-18 14:20:10 +0000 |
commit | 4f741a9da7c6fb21b9d3a544ebd39e8127ee7cd7 (patch) | |
tree | e5c7d95085a5c6e1478d5baf4e6a5766a7663314 | |
parent | 8a7bcb0256e36e5ab5e153f2c83bb9078958b742 (diff) | |
download | gst-plugins-bad-4f741a9da7c6fb21b9d3a544ebd39e8127ee7cd7.tar.gz gst-plugins-bad-4f741a9da7c6fb21b9d3a544ebd39e8127ee7cd7.tar.bz2 gst-plugins-bad-4f741a9da7c6fb21b9d3a544ebd39e8127ee7cd7.zip |
configure.ac: Revive cdaudio.
Original commit message from CVS:
* configure.ac:
Revive cdaudio.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-10-18 Wim Taymans <wim@fluendo.com> + * configure.ac: + Revive cdaudio. + +2004-10-18 Wim Taymans <wim@fluendo.com> + * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps), (gst_dvdec_video_link), (gst_dvdec_push): * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init), diff --git a/configure.ac b/configure.ac index 0f18f67a..dea13316 100644 --- a/configure.ac +++ b/configure.ac @@ -336,6 +336,7 @@ GST_PLUGINS_ALL="\ auparse \ avi \ cdxaparse \ + cdaudio \ chart \ colorspace \ cutter \ @@ -1881,6 +1882,7 @@ ext/alsa/Makefile ext/arts/Makefile ext/artsd/Makefile ext/audiofile/Makefile +ext/cdaudio/Makefile ext/cdparanoia/Makefile ext/dirac/Makefile ext/divx/Makefile |