diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-12-19 05:45:06 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-12-19 05:45:06 +0000 |
commit | 46fc7821f9af213574f8ca26b66813f9163995f7 (patch) | |
tree | 24e18ec3a2245616dbccd04988557192097c6fe5 | |
parent | ea818e522cc4c23b411193c0ba59baab5d27ec60 (diff) | |
download | xine-lib-46fc7821f9af213574f8ca26b66813f9163995f7.tar.gz xine-lib-46fc7821f9af213574f8ca26b66813f9163995f7.tar.bz2 |
mention the raw AAC demuxer
CVS patchset: 5924
CVS date: 2003/12/19 05:45:06
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ xine-lib (1-rc4) * new subtitle formats: jacobsub, subviewer 2.0, subrip 0.9 * auto hidding of the subtitles + * raw AAC file demuxer xine-lib (1-rc3) * fix dvd menu blending when using tvtime plugin (yuy2 blend) diff --git a/configure.ac b/configure.ac index 1f45646e7..e96ab1780 100644 --- a/configure.ac +++ b/configure.ac @@ -1958,7 +1958,7 @@ echo " - interplay mve - psx str" echo " - ws aud - pva" echo " - vox - nsf" echo " - nsv - 4xm" -echo " - ac3" +echo " - ac3 - aac" if test x"$enable_asf" = "xyes"; then echo " - asf" fi |