diff options
-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 |