diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-01-05 06:53:16 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-01-05 06:53:16 +0000 |
commit | b1dad90d2c57319a766cbf63ef388d1c83a84202 (patch) | |
tree | cfd458793c843fe8203a72bec213ee5542aa7533 | |
parent | 5904078fc54b5c274ee7f37716d2a3ecfbfc343a (diff) | |
download | xine-lib-b1dad90d2c57319a766cbf63ef388d1c83a84202.tar.gz xine-lib-b1dad90d2c57319a766cbf63ef388d1c83a84202.tar.bz2 |
top-level accounting for new CDDA stuff
CVS patchset: 3779
CVS date: 2003/01/05 06:53:16
-rw-r--r-- | AUTHORS | 7 | ||||
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | configure.ac | 4 |
4 files changed, 7 insertions, 6 deletions
@@ -42,9 +42,10 @@ Michael Roitzsch <mroi@users.sourceforge.net> Mike Melanson <melanson@pcisys.net> QT, FILM, RoQ, WAV, FLI, SMJPEG, Id CIN, WC3 movie, VOC, VQA, AIFF, - SND/AU, YUV4MPEG2, Real, Interplay MVE, PSX STR, AUD, and PVA file - demuxers; various assorted DPCM and ADPCM audio decoders; raw RGB & - YUV support; FLI, MS & QT RLE, QT SMC, and Interplay video decoders + SND/AU, YUV4MPEG2, Real, Interplay MVE, PSX STR, AUD, PVA and CDDA + file demuxers; various assorted DPCM and ADPCM audio decoders; raw RGB + & YUV support; FLI, MS & QT RLE, QT SMC, and Interplay video decoders; + CDDA input source Robin KAY <komadori@myrealbox.com> pgx64[fb] video output plugin, WVE demuxer, MNG demuxer, EA ADPCM @@ -2,6 +2,7 @@ * Westwood Studios AUD demuxer * PVA file demuxer * basic oscilloscope post plugin + * CD digital audio input source and stream demuxer xine-lib (1-beta2) * what a GOOM! post plugin @@ -17,7 +17,6 @@ optional - fix streaming of small files (e.g. http) - implement timeout in input_http, implement it correctly using select() -- audio CD input plugin (a cdparanoia based one would be goom compatible ;-) - input_rtp - rtsp support - mmsh support diff --git a/configure.ac b/configure.ac index cbf1a47f8..1e186a94c 100644 --- a/configure.ac +++ b/configure.ac @@ -1268,7 +1268,7 @@ echo " - pnm - rtsp" echo " - dvb" if test x"$have_cdrom_ioctls" = "xyes"; then echo " - dvd - vcd" - echo " - cda" + echo " - cdda" fi echo "" @@ -1283,7 +1283,7 @@ echo " - fli - smjpeg" echo " - idcin - wav" echo " - wc3 mve - voc" echo " - vqa - aiff" -echo " - cda - snd/au" +echo " - cdda - snd/au" echo " - yuv4mpeg2 - real/realaudio" echo " - ea wve - raw dv" echo " - interplay mve - psx str" |