summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-12-19 05:45:06 +0000
committerMike Melanson <mike@multimedia.cx>2003-12-19 05:45:06 +0000
commit46fc7821f9af213574f8ca26b66813f9163995f7 (patch)
tree24e18ec3a2245616dbccd04988557192097c6fe5
parentea818e522cc4c23b411193c0ba59baab5d27ec60 (diff)
downloadxine-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--ChangeLog1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6016acb7a..703361291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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