diff options
author | Mike Melanson <mike@multimedia.cx> | 2002-12-28 18:28:41 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2002-12-28 18:28:41 +0000 |
commit | 623ad99e37872982c2e6496c3dceeff5a0f2d482 (patch) | |
tree | 51cc324fffe380ea463874fab4c15e7cfdd8664a | |
parent | fe9324a7b6782d434d774da40c5c4744b71dc819 (diff) | |
download | xine-lib-623ad99e37872982c2e6496c3dceeff5a0f2d482.tar.gz xine-lib-623ad99e37872982c2e6496c3dceeff5a0f2d482.tar.bz2 |
top-level accounting for new Interplay MVE system
CVS patchset: 3711
CVS date: 2002/12/28 18:28:41
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 5 |
3 files changed, 7 insertions, 5 deletions
@@ -42,9 +42,9 @@ 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, and Real file demuxers; RoQ audio decoder; various - ADPCM audio decoders; raw RGB & YUV support; FLI, MS & QT RLE, and QT - SMC video decoders + SND/AU, YUV4MPEG2, Real, and Interplay MVE file demuxers; various + assorted DPCM and ADPCM audio decoders; raw RGB & YUV support; FLI, + MS & QT RLE, QT SMC, and Interplay video decoders Robin KAY <komadori@myrealbox.com> pgx64[fb] video output plugin, WVE demuxer, MNG demuxer, EA ADPCM @@ -1,5 +1,6 @@ * what a GOOM! post plugin * Digital TV (DVB) input plugin (experimental) + * Interplay MVE playback system (file demuxer, video decoder, audio decoder) xine-lib (1-beta1) * updated libfaad diff --git a/configure.ac b/configure.ac index b1e79ef7d..f8b899a48 100644 --- a/configure.ac +++ b/configure.ac @@ -1278,6 +1278,7 @@ echo " - vqa - aiff" echo " - cda - snd/au" echo " - yuv4mpeg2 - real/realaudio" echo " - ea wve - raw dv" +echo " - interplay mve " if test x"$enable_asf" = "xyes"; then echo " - asf" fi @@ -1299,7 +1300,7 @@ echo " - rgb - yuv" echo " - roqvideo - svq1" echo " - idcin - smc" echo " - rpza - wc3video" -echo " - qtrle" +echo " - qtrle - interplayvideo" if test x"$no_xvid" = "xno"; then echo " - xvid" fi @@ -1317,7 +1318,7 @@ echo " - a52/ra-dnet - dts" echo " - mad - adpcm" echo " - linear pcm - roqaudio" echo " - log pcm - gsm610" -echo " - ffmpeg" +echo " - ffmpeg - interplayaudio" if test x"$no_oggvorbis" = "xno"; then echo " - vorbis" fi |